nvim: shorted delay for mini.indentscope

This commit is contained in:
Daniel Lundin 2024-03-18 17:52:42 +01:00
parent 74a33e44ea
commit d977d0bdac

View file

@ -21,6 +21,14 @@ hooks.register(hooks.type.HIGHLIGHT_SETUP, function()
end)
return {
{
"echasnovski/mini.indentscope",
opts = {
draw = {
delay = 25, -- ms
},
},
},
{
"akinsho/bufferline.nvim",
enabled = false,