From cd7a32285b864f1fa9c453b74111775103b20483 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 15 Jul 2024 17:39:53 -0400 Subject: installed oil file explorer for nvim --- nvim/lua/plugins/oil.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nvim/lua/plugins/oil.lua (limited to 'nvim/lua/plugins/oil.lua') 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 = { { + "ef", + function() + vim.cmd('topleft vsplit +Oil') + end, + desc = "Open Oil file explorer in a far left split, similar to :Lexplore" + } }, + cmd = "Oil" +} -- cgit v1.2.3