From 80df69787ac723ada9f43bc85f9281b393003103 Mon Sep 17 00:00:00 2001 From: mhsn Date: Thu, 1 May 2025 16:15:07 +0000 Subject: replace nvim-tree, dirbuf with oil --- lua/plugins/oil.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/plugins/oil.lua (limited to 'lua/plugins/oil.lua') diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua new file mode 100644 index 0000000..e00371f --- /dev/null +++ b/lua/plugins/oil.lua @@ -0,0 +1,11 @@ +return { + { + 'stevearc/oil.nvim', + opts = {}, + dependencies = { { "echasnovski/mini.icons", opts = { style = "ascii" } } }, + keys = { + { "e", "Oil", desc = "Oil" }, + }, + lazy = false, + } +} -- cgit v1.2.3