From 8874fbcc3f61e808375eb8735f0705e8d2c8eef4 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 4 Jan 2017 18:11:58 -0600 Subject: [PATCH] Correcting srv-vimrc for use with push deploy --- html-template/srv-vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/html-template/srv-vimrc b/html-template/srv-vimrc index 2d010ed..e4fffc7 100644 --- a/html-template/srv-vimrc +++ b/html-template/srv-vimrc @@ -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'}]