feat: use ccc.nvim to colorize color definitions
This commit is contained in:
parent
2f8fbd32d3
commit
907a52ea32
1 changed files with 18 additions and 0 deletions
18
lua/weeheavy/plugins/ccc.lua
Normal file
18
lua/weeheavy/plugins/ccc.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
-- File system operations for nerds
|
||||||
|
-- https://github.com/uga-rosa/ccc.nvim
|
||||||
|
return {
|
||||||
|
"uga-rosa/ccc.nvim",
|
||||||
|
config = function()
|
||||||
|
local ccc = require("ccc")
|
||||||
|
local mapping = ccc.mapping
|
||||||
|
ccc.setup({
|
||||||
|
|
||||||
|
-- Your preferred settings
|
||||||
|
-- Example: enable highlighter
|
||||||
|
highlighter = {
|
||||||
|
auto_enable = true,
|
||||||
|
lsp = true,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue