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