Skip to content

Commit 9a6584b

Browse files
committed
add plugin colorzier
1 parent c7fb090 commit 9a6584b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/plugin_specs.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,12 @@ local plugin_specs = {
588588
-- luarocks_build_args = { "--with-lua=/my/path" }, -- extra options to pass to luarocks's configuration script
589589
},
590590
},
591+
{
592+
"catgoose/nvim-colorizer.lua",
593+
event = "BufReadPre",
594+
opts = { -- set to setup table
595+
},
596+
},
591597
}
592598

593599
require("lazy").setup {

0 commit comments

Comments
 (0)