diff options
fix: `oil.nvim` not loading at start
Diffstat (limited to '')
-rw-r--r-- | lua/config/plugins/extra.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua index 6360aa7..2b1d8ef 100644 --- a/lua/config/plugins/extra.lua +++ b/lua/config/plugins/extra.lua @@ -105,7 +105,7 @@ return { { "oil.nvim", -- NOTE: lazy loading is not recommended - -- event = "DeferredUIEnter", + event = "DeferredUIEnter", after = function(_) require("oil").setup() end, |