mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
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:
parent
b7fe8a8adc
commit
6a3f3d3032
4 changed files with 8 additions and 4 deletions
|
@ -110,7 +110,7 @@ return {
|
|||
},
|
||||
|
||||
-- comments
|
||||
{ "JoosepAlviste/nvim-ts-context-commentstring" },
|
||||
{ "JoosepAlviste/nvim-ts-context-commentstring", lazy = true },
|
||||
{
|
||||
"echasnovski/mini.comment",
|
||||
event = "VeryLazy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue