restructure folder

This commit is contained in:
Dennis Chan 2025-07-15 17:31:24 +08:00
parent db10a56ae6
commit a2ed2a85b0
7 changed files with 61 additions and 69 deletions

View file

@ -0,0 +1,14 @@
return {
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {
default_file_explorer = true,
view_options = {
show_hidden = true,
},
},
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
lazy = false,
}