fix(lazy): do lazier loading of plugins
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
event = "VimEnter",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
--ignore empty lines
|
||||
ignore = "^$",
|
||||
|
||||
Reference in New Issue
Block a user