feat(nvim): enable ccc by default

This commit is contained in:
Price Hiller 2023-07-13 18:57:58 -05:00
parent 3e479f5e09
commit c3cb43bdad
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 4 additions and 8 deletions

View File

@ -84,5 +84,8 @@ ccc.setup({
inputs = { inputs = {
RgbHslCmykInput, RgbHslCmykInput,
}, },
highlighter = {
auto_enable = true,
lsp = true
}
}) })
vim.cmd.CccHighlighterEnable()

View File

@ -756,13 +756,6 @@ lazy.setup({
config = function() config = function()
require("plugins.configs.ccc") require("plugins.configs.ccc")
end, end,
cmd = {
"CccPick",
"CccConvert",
"CccHighlighterEnable",
"CccHighlighterToggle",
"CccHighlighterDisable",
},
}, },
-- Task runner & job management -- Task runner & job management