feat: add nvim-mini/mini.indentscope
This commit is contained in:
parent
8bd3ec5613
commit
abf3e06d98
|
@ -0,0 +1,10 @@
|
||||||
|
MiniDeps.later(
|
||||||
|
function()
|
||||||
|
require("mini.indentscope").setup({
|
||||||
|
draw = {
|
||||||
|
delay = 0,
|
||||||
|
animation = require("mini.indentscope").gen_animation.none(),
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end
|
||||||
|
)
|
Loading…
Reference in New Issue