refactor(nvim): replace ccc with nvim-highlight-colors
This commit is contained in:
parent
cc780dc277
commit
b7a9663378
@ -1,9 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
"uga-rosa/ccc.nvim",
|
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
|
||||||
config = function()
|
|
||||||
require("plugins.configs.ccc")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
|
12
dots/.config/nvim/lua/plugins/configs/highlight-colors.lua
Normal file
12
dots/.config/nvim/lua/plugins/configs/highlight-colors.lua
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"brenoprata10/nvim-highlight-colors",
|
||||||
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
|
cmd = {
|
||||||
|
"HighlightColorsOn",
|
||||||
|
"HighlightColorsOff",
|
||||||
|
"HighlightColorsToggle",
|
||||||
|
},
|
||||||
|
config = true
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user