vimwiki config

This commit is contained in:
ManjaroOne666 2018-02-22 20:11:43 +00:00
parent 86738f4b6c
commit e16ec1e7a0
1 changed files with 3 additions and 1 deletions

4
vimrc
View File

@ -1,4 +1,3 @@
set nocompatible
filetype off " required filetype off " required
set ttyfast set ttyfast
@ -409,6 +408,9 @@ if executable('ag')
let g:ctrlp_use_caching = 0 let g:ctrlp_use_caching = 0
endif endif
"vim-wiki
let g:vimwiki_list = [{'path': '~/vimwiki/', 'path_html': '~/vimwiki_html/'}]
" youcompleteme " youcompleteme
let g:ycm_collect_identifiers_from_tags_files = 1 let g:ycm_collect_identifiers_from_tags_files = 1