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:
Folke Lemaitre committed 2023-01-16 16:49:29 +01:00
1 parent b7fe8a8adc
commit 6a3f3d3032
4 files changed
+8 -4

No files matched your search

+1 -1
View File
@@ -110,7 +110,7 @@ return {
},
-- comments
{ "JoosepAlviste/nvim-ts-context-commentstring" },
{ "JoosepAlviste/nvim-ts-context-commentstring", lazy = true },
{
"echasnovski/mini.comment",
event = "VeryLazy",