vimwiki config
The wiki dirs might end up being changed at some point TODO: Add autocmd to generate HTML pages on save
This commit is contained in:
parent
c711b119c1
commit
a1bdfea8fc
10
after/plugin/vimwiki.vim
Normal file
10
after/plugin/vimwiki.vim
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
let wiki = {}
|
||||
let wiki.path = '~/vimwiki_new'
|
||||
let wiki.path_html = wiki.path .'_html'
|
||||
let wiki.template_path = wiki.path . '/templates'
|
||||
let wiki.template_default = 'default'
|
||||
|
||||
let g:vimwiki_list = [wiki]
|
||||
let g:vimwiki_global_ext = 0 " no more government subsidies for temporary wikis
|
||||
|
||||
call vimwiki#vars#init() " Trigger a reset of vimwiki to load my settings
|
||||
Loading…
Reference in New Issue
Block a user