refactor(nvim): set correct cmd for nvim-highlight-colors

This commit is contained in:
Price Hiller 2024-03-31 17:13:08 -05:00
parent 2ce3fa82d6
commit 4a567b459b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -6,9 +6,7 @@ return {
"brenoprata10/nvim-highlight-colors",
event = { "BufReadPre", "BufNewFile" },
cmd = {
"HighlightColorsOn",
"HighlightColorsOff",
"HighlightColorsToggle",
"HighlightColors",
},
config = true,
},