add snack

This commit is contained in:
Dennis Chan 2025-07-16 18:04:38 +08:00
parent 2776e0b501
commit b6c886310b
7 changed files with 55 additions and 142 deletions

17
lua/plugins/oil.lua Normal file
View file

@ -0,0 +1,17 @@
return {
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {
win_options = {
signcolumn = 'yes:2',
},
default_file_explorer = true,
view_options = {
show_hidden = true,
},
watch_for_changes = true,
},
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
lazy = false,
}