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