feat(nvim): nvim-colorizer

This commit is contained in:
2025-10-18 12:56:58 +08:00
parent f2111f7771
commit 5a671c3ece

View File

@@ -62,6 +62,11 @@ local plugins = {
require("ibl").setup(require("plugins.indent-blankline"))
end,
},
{
"norcalli/nvim-colorizer.lua",
event = "VeryLazy",
opt = {},
},
{
"neovim/nvim-lspconfig",
dependencies = { "hrsh7th/cmp-nvim-lsp" },