Correcting srv-vimrc for use with push deploy

This commit is contained in:
David Thurstenson 2017-01-04 18:11:58 -06:00
parent 14507de56b
commit 8874fbcc3f
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
set nocompatible
filetype plugin on
syntax on
let g:vimwiki_list = [{
\ 'path': '/tmp/vimwiki/'
\ 'path_html': '/srv/wiki/'
\ 'path': '/tmp/vimwiki/',
\ 'path_html': '/srv/wiki/',
\ 'template_path': '/tmp/vimwiki/html-template',
\ 'template_default': 'index',
\ 'template_ext': '.html'}]