refactor(nvim): replace ccc with nvim-highlight-colors

This commit is contained in:
Price Hiller 2023-08-15 21:54:06 -05:00
parent cc780dc277
commit b7a9663378
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 12 additions and 9 deletions

View File

@ -1,9 +0,0 @@
return {
{
"uga-rosa/ccc.nvim",
event = { "BufReadPre", "BufNewFile" },
config = function()
require("plugins.configs.ccc")
end,
},
}

View File

@ -0,0 +1,12 @@
return {
{
"brenoprata10/nvim-highlight-colors",
event = { "BufReadPre", "BufNewFile" },
cmd = {
"HighlightColorsOn",
"HighlightColorsOff",
"HighlightColorsToggle",
},
config = true
},
}