added colorizer

main
mace on endeavour 2023-08-25 13:45:22 +02:00
parent 57cf0fdb5d
commit a5ba01bde9
1 changed files with 15 additions and 0 deletions

View File

@ -57,4 +57,19 @@ return {
version = "*",
config = true
},
"norcalli/nvim-colorizer.lua",
{
"neovim/nvim-lspconfig",
dependencies = {
{
"SmiteshP/nvim-navbuddy",
dependencies = {
"SmiteshP/nvim-navic",
"MunifTanjim/nui.nvim",
},
opts = { lsp = { auto_attach = true } },
},
},
},
}