oil.nvim bb
This commit is contained in:
parent
4cf2aae99d
commit
ec23b6e922
1 changed files with 9 additions and 0 deletions
9
lua/plugins/oil.lua
Normal file
9
lua/plugins/oil.lua
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"stevearc/oil.nvim",
|
||||||
|
opts = {},
|
||||||
|
commands = { ":Oil" },
|
||||||
|
-- Optional dependencies
|
||||||
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue