This repository has been archived on 2026-04-01. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nvim-config/lua/plugins/oil.lua
2025-11-12 14:31:06 +01:00

11 lines
302 B
Lua

return {
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {},
-- Optional dependencies
dependencies = { { "nvim-mini/mini.icons", opts = {} } },
-- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations.
lazy = false,
}