added missing plugin file for oil

This commit is contained in:
Marc Talcott 2024-06-11 07:24:27 -04:00
parent ffd731bacb
commit 910d998077
1 changed files with 6 additions and 0 deletions

6
lua/plugins/oil.lua Normal file
View File

@ -0,0 +1,6 @@
return {
'stevearc/oil.nvim',
opts = {},
-- Optional dependencies
dependencies = { 'nvim-tree/nvim-web-devicons' },
}