nvim: shorten updatetime for cursorhold events

This commit is contained in:
Daniel Lundin 2024-06-08 09:31:23 +02:00
parent dca08c8a84
commit 2f3376654c
No known key found for this signature in database

View file

@ -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