aboutsummaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-11-29 12:21:39 -0500
committerJP Appel <jeanpierre.appel01@gmail.com>2024-11-29 12:21:39 -0500
commit2d26cfea6712398d5613b8a2c69d38804ba1d66a (patch)
tree56db6a103aee2baa2b7e7e8363fc1982b7c931ea /nvim
parent1c335d11faebba37e3f40737b059fe106c83c659 (diff)
Change oil to not lazy load
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/plugins/oil.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/nvim/lua/plugins/oil.lua b/nvim/lua/plugins/oil.lua
index 20ce22f..890e05d 100644
--- a/nvim/lua/plugins/oil.lua
+++ b/nvim/lua/plugins/oil.lua
@@ -1,7 +1,10 @@
return {
'stevearc/oil.nvim',
+ lazy = false,
dependencies = 'nvim-tree/nvim-web-devicons',
- opts = {},
+ opts = {
+ default_file_explorer = true,
+ },
keys = { {
"<leader>ef",
function()