From 5ba86776eef0c2d50ee46fa9bea42cb2b0c14eff Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 16 Nov 2020 11:11:44 +0100 Subject: [PATCH] vim: add pandoc complete --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 111ffc1..c775cb2 100644 --- a/.vimrc +++ b/.vimrc @@ -661,4 +661,6 @@ Plugin 'christoomey/vim-tmux-navigator' let g:tmux_navigator_no_mappings=1 Plugin 'junegunn/vim-peekaboo' + +Plugin 'patashish704/pandoc-complete' call vundle#end()