nvim: instant timeoutlen for general snappiness

This commit is contained in:
Daniel Lundin 2024-05-09 11:47:16 +02:00
parent 1b3d001385
commit 1a7711e2a8
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ vim.o.scrolloff = 7
vim.o.splitkeep = "screen"
vim.o.updatetime = 250
vim.o.timeout = true
vim.o.timeoutlen = 300
vim.o.timeoutlen = 0
-- additional filetypes
vim.filetype.add({