nvim/lua/plugins/indentscope.lua

17 lines
281 B
Lua
Raw Normal View History

2023-06-12 16:41:51 -04:00
return {
2023-07-31 19:26:01 -04:00
{
"lukas-reineke/indent-blankline.nvim",
enabled = true,
},
2023-06-12 16:41:51 -04:00
{
"echasnovski/mini.indentscope",
enabled = true,
opts = {
draw = {
delay = 0,
animation = require("mini.indentscope").gen_animation.none(),
},
},
},
}