nvim: shorted delay for mini.indentscope
This commit is contained in:
parent
74a33e44ea
commit
d977d0bdac
1 changed files with 8 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue