7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
|
let g:vimwiki_list = [{
|
||
|
\ 'path': '/tmp/vimwiki/'
|
||
|
\ 'path_html': '/srv/wiki/'
|
||
|
\ 'template_path': '/tmp/vimwiki/html-template',
|
||
|
\ 'template_default': 'index',
|
||
|
\ 'template_ext': '.html'}]
|