Skip to content

Commit d81562e

Browse files
committed
nvim: switch to maintained colorizer plugin
1 parent a150763 commit d81562e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

nvim/.config/nvim/lua/plugins/code.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,7 @@ return {
151151
{ "<leader>tr", "<cmd>TestNearest<cr>", desc = "Run the test nearest to the cursor" },
152152
},
153153
},
154-
{
155-
"NvChad/nvim-colorizer.lua",
156-
opts = {},
157-
cmd = { "ColorizerToggle" },
158-
},
154+
{ "catgoose/nvim-colorizer.lua", event = "VeryLazy", opts = { lazy_load = true } },
159155
{
160156
"zahidkizmaz/sf.nvim",
161157
dependencies = { "MunifTanjim/nui.nvim" },

0 commit comments

Comments
 (0)