lazyvim/lua/plugins/snacks.lua

14 lines
212 B
Lua

return {
{
"folke/snacks.nvim",
opts = {
indent = {
scope = {
-- Don't enable extra highlighting at the scope level.
enabled = false,
},
},
},
},
}