nvim: shorten updatetime for cursorhold events
This commit is contained in:
parent
dca08c8a84
commit
2f3376654c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ vim.o.fillchars = "stl: ,stlnc: ,eob:🮙"
|
|||
vim.o.list = false
|
||||
vim.o.scrolloff = 7
|
||||
vim.o.splitkeep = "screen"
|
||||
vim.o.updatetime = 2500
|
||||
vim.o.updatetime = 500
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue