fix(context): disable lazy loading
Doesn't load for some reason
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
---@type LazyPluginSpec
|
---@type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"wellle/context.vim",
|
"wellle/context.vim",
|
||||||
event = "VeryLazy",
|
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.context_enabled = true
|
vim.g.context_enabled = true
|
||||||
vim.g.context_add_mappings = true
|
vim.g.context_add_mappings = true
|
||||||
|
|||||||
Reference in New Issue
Block a user