1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

🎁 New feature: lazyredraw

akes SpaceVim from painfully slow when scrolling using j/k

close #489
This commit is contained in:
wsdjeg 2017-05-05 20:55:56 +08:00
parent 556bcf3bb5
commit fe0fa9f4ea

View File

@ -105,6 +105,7 @@ function! SpaceVim#default#SetOptions() abort
set hidden
set ttimeout
set ttimeoutlen=50
set lazyredraw
endfunction
function! SpaceVim#default#SetPlugins() abort