From ec23b6e922b92a5aff262d776b03861985536ea4 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Sat, 3 Feb 2024 13:46:58 -0800 Subject: [PATCH] oil.nvim bb --- lua/plugins/oil.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/plugins/oil.lua diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua new file mode 100644 index 0000000..f538b33 --- /dev/null +++ b/lua/plugins/oil.lua @@ -0,0 +1,9 @@ +return { + { + "stevearc/oil.nvim", + opts = {}, + commands = { ":Oil" }, + -- Optional dependencies + dependencies = { "nvim-tree/nvim-web-devicons" }, + }, +}