nvim/lua/plugins/indentscope.lua

20 lines
329 B
Lua

return {
{
"lukas-reineke/indent-blankline.nvim",
enabled = true,
opts = {
show_foldtext = false
},
},
{
"echasnovski/mini.indentscope",
enabled = true,
opts = {
draw = {
delay = 0,
animation = require("mini.indentscope").gen_animation.none(),
},
},
},
}