2017-01-05 00:11:58 +00:00
|
|
|
set nocompatible
|
|
|
|
filetype plugin on
|
|
|
|
syntax on
|
2017-01-04 23:31:47 +00:00
|
|
|
let g:vimwiki_list = [{
|
2017-01-05 00:11:58 +00:00
|
|
|
\ 'path': '/tmp/vimwiki/',
|
|
|
|
\ 'path_html': '/srv/wiki/',
|
2017-01-04 23:31:47 +00:00
|
|
|
\ 'template_path': '/tmp/vimwiki/html-template',
|
|
|
|
\ 'template_default': 'index',
|
|
|
|
\ 'template_ext': '.html'}]
|