fix(plugins): fix the laziness of all plugins to still work as intended with config.defaults.lazy = false
. Fixes #67
This commit is contained in:
@ -110,7 +110,7 @@ return {
|
||||
},
|
||||
|
||||
-- comments
|
||||
{ "JoosepAlviste/nvim-ts-context-commentstring" },
|
||||
{ "JoosepAlviste/nvim-ts-context-commentstring", lazy = true },
|
||||
{
|
||||
"echasnovski/mini.comment",
|
||||
event = "VeryLazy",
|
||||
|
Reference in New Issue
Block a user