kickstart.nvim/lua/plugins/snacks/display.lua

16 lines
284 B
Lua

return {
display = {
enabled = true,
indent = { enabled = true },
references = { enabled = true },
scope = { enabled = true },
dim = { enabled = true },
},
notifier = {
enabled = true,
timeout = 5000,
max_width = 100,
max_height = 10,
},
}