refactor(nvim): remove redundant color plugin
This commit is contained in:
parent
f22e779c29
commit
434f5cf8dc
@ -85,3 +85,4 @@ ccc.setup({
|
||||
RgbHslCmykInput,
|
||||
},
|
||||
})
|
||||
vim.cmd.CccHighlighterEnable()
|
||||
|
@ -157,20 +157,7 @@ lazy.setup({
|
||||
end,
|
||||
},
|
||||
|
||||
-- Highlight given color codes
|
||||
{
|
||||
"brenoprata10/nvim-highlight-colors",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-highlight-colors").setup({
|
||||
enable_tailwind = true,
|
||||
render = "background",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- Dashboard when no file is given to nvim
|
||||
|
||||
{
|
||||
"goolord/alpha-nvim",
|
||||
dependencies = { "kyazdani42/nvim-web-devicons" },
|
||||
|
Loading…
Reference in New Issue
Block a user