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" }, + }, +}