diff --git a/nvim/lua/custom/plugins/oil.lua b/nvim/lua/custom/plugins/oil.lua new file mode 100644 index 0000000..3ea428f --- /dev/null +++ b/nvim/lua/custom/plugins/oil.lua @@ -0,0 +1,8 @@ +-- File explorer that lets you edit your filesystem like a normal Neovim buffer. +-- https://github.com/stevearc/oil.nvim +return { + 'stevearc/oil.nvim', + event = 'VeryLazy', + opts = {}, + dependencies = { 'nvim-tree/nvim-web-devicons' }, +}