mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
16 lines
248 B
Lua
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 = {},
|
|
},
|
|
},
|
|
},
|
|
}
|