소스 검색

Set faster refresh rate for denite

Thomas Dy 7 년 전
부모
커밋
29a6582fd8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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',