added colorizer

This commit is contained in:
mace on endeavour
2023-08-25 13:45:22 +02:00
parent 57cf0fdb5d
commit a5ba01bde9
+15
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 } },
},
},
},
}