21 lines
528 B
Lua
21 lines
528 B
Lua
return {
|
|
'folke/snacks.nvim',
|
|
priority = 1000,
|
|
lazy = false,
|
|
|
|
opts = {
|
|
-- your configuration comes here
|
|
-- or leave it empty to use the default settings
|
|
-- refer to the configuration section below
|
|
animate = { enabled = true },
|
|
bigfile = { enabled = true },
|
|
bufdelete = { enabled = true },
|
|
dim = { enabled = true },
|
|
notifier = { enabled = true },
|
|
notify = { enabled = true },
|
|
rename = { enabled = true },
|
|
quickfile = { enabled = true },
|
|
scroll = { enabled = true },
|
|
},
|
|
}
|