nvim: lots of random lsps and coloring configuration

This commit is contained in:
2025-06-20 19:28:33 +03:00
parent 6982d8815a
commit 126ba234e7
8 changed files with 87 additions and 48 deletions

View File

@ -1,5 +1,8 @@
return {
"catppuccin/nvim",
name = "catppuccin",
config = function()
pcall(vim.cmd, "colorscheme catppuccin-macchiato")
end,
priority = 1000,
}