Forráskód Böngészése

Set faster refresh rate for denite

Thomas Dy 7 éve
szülő
commit
29a6582fd8
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      .vim/init.vim

+ 1 - 0
.vim/init.vim

@@ -64,6 +64,7 @@ let g:vimwiki_list = [{'path': '~/.root/home/wiki'}]
 
 call denite#custom#option('_', 'cursor_wrap', 1)
 call denite#custom#option('_', 'prompt', '>')
+call denite#custom#option('_', 'updatetime', 16)
 
 call denite#custom#map(
       \ 'insert',