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",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
cmd = {
|
||||
"HighlightColorsOn",
|
||||
"HighlightColorsOff",
|
||||
"HighlightColorsToggle",
|
||||
"HighlightColors",
|
||||
},
|
||||
config = true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user