Download:
child 246:af09affab9df
parent 244:30215bddb9d9
245:66d0e2418b2f
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 02:07:35 +0400
.vimrc: set updatetime from 4000ms to 500ms This matters for certain async plugins, such as signify, that use CursorHold autocommand event. Signify recommends going as low as 100, but 500 should be good enough.

1 файлов изменено, 4 вставок(+), 3 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Sat Nov 26 02:07:03 2022 +0400
+++ b/.vimrc Sat Nov 26 02:07:35 2022 +0400
@@ -40,9 +40,10 @@
set listchars=tab:>-,trail:·,nbsp:⍽
-set number " show line numbers
-set laststatus=2 " always show status line
-set ttimeoutlen=0 " eliminate delay after <ESC>
+set number " show line numbers
+set laststatus=2 " always show status line
+set ttimeoutlen=0 " eliminate delay after <ESC>
+set updatetime=500 " faster async update for signify
set pastetoggle=<F2>