Files
nvim/lua/plugins/snacks.lua
2025-04-28 22:49:05 +02:00

16 lines
248 B
Lua

return {
'folke/snacks.nvim',
priority = 1000,
lazy = false,
opts = {
bigfile = { enabled = true },
explorer = { enabled = true },
picker = {
enabled = true,
sources = {
explorer = {},
},
},
},
}