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

@ -3,8 +3,8 @@ return {
dependencies = {
{ "mbrea-c/wal-colors.nvim" },
},
config = function()
pcall(vim.cmd, "colorscheme mbc")
end,
-- config = function()
-- pcall(vim.cmd, "colorscheme mbc")
-- end,
priority = 1000,
}