Add color picker to nvim

This commit is contained in:
Alexander Navarro 2023-12-29 09:46:02 -03:00
parent f4073c837f
commit c0fc71b8cb
2 changed files with 9 additions and 0 deletions

View file

@ -17,4 +17,12 @@ return {
version = "*",
event = "VeryLazy",
},
{
"uga-rosa/ccc.nvim",
event = "VeryLazy",
opts = {
auto_enable = true,
lsp = true,
},
},
}