nvim: instant timeoutlen for general snappiness
This commit is contained in:
parent
1b3d001385
commit
1a7711e2a8
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue