diff --git a/src/vim/vimrc b/src/vim/vimrc index 203626a..775f8a6 100644 --- a/src/vim/vimrc +++ b/src/vim/vimrc @@ -166,6 +166,7 @@ function! Compile() endif endfunction +let g:vimwiki_list = [{'path': '$HOME/vimwiki', 'template_path': '$HOME/vimwiki/templates/', 'template_default': 'default', 'template_ext': '.php'}] noremap p :call Preview() noremap q :call Compile()