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'}]