mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 01:54:42 -05:00
12 lines
234 B
Lua
12 lines
234 B
Lua
return {
|
|
"stevearc/oil.nvim",
|
|
---@module "oil"
|
|
---@module oil.setupOpts
|
|
opts = {},
|
|
dependencies = { "nvim-mini/mini.icons" },
|
|
lazy = false,
|
|
config = function()
|
|
require("config.plugin.oil")
|
|
end,
|
|
}
|