Ver Fonte

Set faster refresh rate for denite

Thomas Dy há 7 anos atrás
pai
commit
29a6582fd8
1 ficheiros alterados com 1 adições e 0 exclusões
  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',