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

1 Commits

Author SHA1 Message Date
WombleWoo7547
234d0a34b0 Merge 994b0d4c84 into c7fb090e4c 2024-12-25 14:47:26 +01:00

View File

@@ -588,12 +588,6 @@ local plugin_specs = {
-- luarocks_build_args = { "--with-lua=/my/path" }, -- extra options to pass to luarocks's configuration script -- 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 { require("lazy").setup {