refactor(nvim): set correct cmd
for nvim-highlight-colors
This commit is contained in:
parent
2ce3fa82d6
commit
4a567b459b
@ -6,9 +6,7 @@ return {
|
|||||||
"brenoprata10/nvim-highlight-colors",
|
"brenoprata10/nvim-highlight-colors",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
cmd = {
|
cmd = {
|
||||||
"HighlightColorsOn",
|
"HighlightColors",
|
||||||
"HighlightColorsOff",
|
|
||||||
"HighlightColorsToggle",
|
|
||||||
},
|
},
|
||||||
config = true,
|
config = true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user