first thing

This commit is contained in:
skystar 2025-11-06 22:03:41 -08:00
parent 3338d39206
commit 028599692f
3 changed files with 157 additions and 14 deletions

View file

@ -0,0 +1,13 @@
return {
{
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {},
-- Optional dependencies
dependencies = { { 'nvim-mini/mini.icons', opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if you prefer nvim-web-devicons
-- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations.
lazy = false,
},
}