fix(lazy): do lazier loading of plugins

This commit is contained in:
2024-10-07 22:34:49 +02:00
parent b6c590f83c
commit 83562bb7a0
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---@type LazyPluginSpec
return {
"wellle/context.vim",
event = "VimEnter",
event = "VeryLazy",
init = function()
vim.g.context_enabled = true
vim.g.context_add_mappings = true