From 670b49231ef7d8b31b88693637c5bbef0f3af985 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 22 Sep 2021 15:23:46 -0400 Subject: [PATCH] new vimrc --- src/vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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()