Files
nixos/configs/nvim/lua/liamm/plugins/snacks.lua
T
2025-06-18 15:27:54 +02:00

14 lines
273 B
Lua

return {
"folke/snacks.nvim",
priority = 1000,
lazy = false,
---@type snacks.Config
opts = {
input = { enabled = true },
picer = { enabled = true },
notifier = { enabled = true },
scope = { enabled = true },
sroll = { enabled = true },
},
}