mirror of https://github.com/LazyVim/starter
9 lines
131 B
Lua
9 lines
131 B
Lua
|
return {
|
||
|
{
|
||
|
"stevearc/oil.nvim",
|
||
|
cmd = "Oil",
|
||
|
opts = {},
|
||
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||
|
},
|
||
|
}
|