vim: add pandoc complete

This commit is contained in:
Mathieu Maret 2020-11-16 11:11:44 +01:00
parent 21e4cd92d2
commit 5ba86776ee
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -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()