nvim: lots of random lsps and coloring configuration

This commit is contained in:
2025-06-20 19:28:33 +03:00
parent 842859344e
commit c462171b4f
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,
}