diff options
Diffstat (limited to 'nvim/lua/plugins/oil.lua')
| -rw-r--r-- | nvim/lua/plugins/oil.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nvim/lua/plugins/oil.lua b/nvim/lua/plugins/oil.lua new file mode 100644 index 0000000..40a485e --- /dev/null +++ b/nvim/lua/plugins/oil.lua @@ -0,0 +1,13 @@ +return { + 'stevearc/oil.nvim', + dependencies = 'nvim-tree/nvim-web-devicons', + opts = {}, + keys = { { + "<leader>ef", + function() + vim.cmd('topleft vsplit +Oil') + end, + desc = "Open Oil file explorer in a far left split, similar to :Lexplore" + } }, + cmd = "Oil" +} |
