mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 22:52:37 +00:00
Update timeout settings for nvim
This commit is contained in:
@@ -3,9 +3,9 @@ local wo = vim.wo
|
|||||||
local fn = vim.fn
|
local fn = vim.fn
|
||||||
|
|
||||||
vim.cmd.set('inccommand=split')
|
vim.cmd.set('inccommand=split')
|
||||||
o.updatetime = 300 -- faster completion
|
o.updatetime = 500 -- faster completion
|
||||||
--o.timeoutlen = 500 -- time to wait for a mapped sequence to complete (in milliseconds)
|
o.timeoutlen = 500 -- time to wait for a mapped sequence to complete (in milliseconds)
|
||||||
--o.ttimeoutlen = 50 -- Time in milliseconds to wait for a key code sequence to complete
|
o.ttimeoutlen = 300 -- Time in milliseconds to wait for a key code sequence to complete
|
||||||
o.backup = false -- creates a backup file
|
o.backup = false -- creates a backup file
|
||||||
o.swapfile = false -- enable/disable swap file creation
|
o.swapfile = false -- enable/disable swap file creation
|
||||||
o.dir = fn.stdpath("data") .. "/swp" -- swap file directory
|
o.dir = fn.stdpath("data") .. "/swp" -- swap file directory
|
||||||
|
|||||||
Reference in New Issue
Block a user