Add vimwiki

This commit is contained in:
ItsDrike 2021-08-15 15:24:12 +02:00
parent 05e63ef139
commit e0f8e0431b
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,8 @@
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]