mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
9 lines
276 B
VimL
9 lines
276 B
VimL
let wiki_conf = {}
|
|
let wiki_conf.path = '~/Personal/vimwiki'
|
|
let wiki_conf.path_html = '~/Personal/vimwiki-html'
|
|
let wiki_conf.html_template = '~/Personal/vimwiki-html/template.tpl'
|
|
let wiki_conf.syntax = 'markdown'
|
|
let wiki_conf.ext = '.md'
|
|
|
|
let g:vimwiki_list = [wiki_conf]
|