dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 458411b90369d3373a3c48f40dc329f5bef19691
parent 09168c3f145a140bc1aa672dbaba134683a513a7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 18 Jan 2019 01:01:23 +0100

Add templates to vimwiki

Need a separate math template to render mathjax, for this use %template
math.


Former-commit-id: e10fa39da1edfab5f0c1851d8d15e4ed4648e9e8
Diffstat:
Mvim/pluginconf.vimrc | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/vim/pluginconf.vimrc b/vim/pluginconf.vimrc @@ -1,5 +1,10 @@ let g:NERDSpaceDelims = 1 -let g:vimwiki_list = [{'path': '~/Dropbox/vimwiki'}] +let g:vimwiki_list = [{'path': '$HOME/Dropbox/vimwiki', + \ 'template_path': '$HOME/Dropbox/vimwiki/templates', + \ 'template_default': 'default', + \ 'template_ext': '.html'}] + +let tlist_vimwiki_settings = 'wiki;h:Headers' " tagbar language definitions let g:tagbar_type_vimwiki = {