commit fc940b26311917c8cc0452872432c437831fbe5c
parent 627720497317bc8703efa48bb9a53922d4096271
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 1 Oct 2021 18:45:52 -0700
Use my patched version of vimwiki
This version does path resolution the same way GitHub does, making it
easier to publish to GitHub.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -5,7 +5,7 @@ filetype off
call plug#begin('~/.vim/plugged')
Plug 'rhysd/vim-clang-format'
Plug 'vim-scripts/spacehi.vim' " Highlight bad whitespace
-Plug 'vimwiki/vimwiki'
+Plug 'https://git.bracken.jp/vimwiki.git', { 'branch': 'space-link-resolution' }
" Language support plugins.
Plug 'nathangrigg/vim-beancount'