tlwiki/html-template/srv-vimrc

7 lines
196 B
Plaintext
Raw Normal View History

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