refactor(nvim): remove redundant color plugin

This commit is contained in:
Price Hiller 2023-05-05 04:46:43 -05:00
parent f22e779c29
commit 434f5cf8dc
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 1 additions and 13 deletions

View File

@ -85,3 +85,4 @@ ccc.setup({
RgbHslCmykInput,
},
})
vim.cmd.CccHighlighterEnable()

View File

@ -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" },