added missing plugin file for oil
This commit is contained in:
parent
ffd731bacb
commit
910d998077
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'stevearc/oil.nvim',
|
||||
opts = {},
|
||||
-- Optional dependencies
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
}
|
Loading…
Reference in New Issue