Add vimwiki

This commit is contained in:
Nicole Tietz-Sokolskaya 2017-11-23 15:21:38 -05:00
parent a9957f2f0a
commit a45e6feb77
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ set backupcopy=yes
set dir=$HOME/.vim/tmp/swap set dir=$HOME/.vim/tmp/swap
if !isdirectory(&dir) | call mkdir(&dir, 'p', 0700) | endif if !isdirectory(&dir) | call mkdir(&dir, 'p', 0700) | endif
let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'} ]
set autoread set autoread
set updatetime=100 set updatetime=100
au FileChangedShell * checktime au FileChangedShell * checktime