1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Li Peng
076cce2131
Merge 074a53a66451d3445031633599c9aaa7a5c80f95 into 9a6584bec3d4e459b1521248e6e7df766df9a230 2025-02-05 09:53:13 +07:00
jdhao
9a6584bec3 add plugin colorzier 2025-01-29 00:21:10 +01:00

View File

@ -588,6 +588,12 @@ local plugin_specs = {
-- luarocks_build_args = { "--with-lua=/my/path" }, -- extra options to pass to luarocks's configuration script
},
},
{
"catgoose/nvim-colorizer.lua",
event = "BufReadPre",
opts = { -- set to setup table
},
},
}
require("lazy").setup {