fix(lazy): do lazier loading of plugins
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
event = "VimEnter",
|
||||
event = "VeryLazy",
|
||||
config = true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user