10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
set nocompatible
|
|
filetype plugin on
|
|
syntax on
|
|
let g:vimwiki_list = [{
|
|
\ 'path': '/tmp/vimwiki/',
|
|
\ 'path_html': '/srv/wiki/',
|
|
\ 'template_path': '/tmp/vimwiki/html-template',
|
|
\ 'template_default': 'index',
|
|
\ 'template_ext': '.html'}]
|