Add color picker to nvim
This commit is contained in:
parent
f4073c837f
commit
c0fc71b8cb
2 changed files with 9 additions and 0 deletions
|
|
@ -17,4 +17,12 @@ return {
|
|||
version = "*",
|
||||
event = "VeryLazy",
|
||||
},
|
||||
{
|
||||
"uga-rosa/ccc.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
auto_enable = true,
|
||||
lsp = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue