added missing plugin file for oil
This commit is contained in:
parent
ffd731bacb
commit
910d998077
1 changed files with 6 additions and 0 deletions
6
lua/plugins/oil.lua
Normal file
6
lua/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
'stevearc/oil.nvim',
|
||||||
|
opts = {},
|
||||||
|
-- Optional dependencies
|
||||||
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue