1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

reduce updatetime

This commit is contained in:
jdhao 2021-10-22 22:53:40 +08:00
parent 553ff50303
commit 9a2e1b8475

View File

@ -15,7 +15,7 @@ set splitbelow splitright
" see https://unix.stackexchange.com/q/36882/221410 for more info
set timeoutlen=1000
set updatetime=1000 " For CursorHold events
set updatetime=500 " For CursorHold events
" Clipboard settings, always use clipboard for all delete, yank, change, put
" operation, see https://stackoverflow.com/q/30691466/6064933