diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins/oil.lua | 5 |
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() |
