Skip to content

Commit ee50cb1

Browse files
committed
Switch to a branch to fix vim-pandoc-syntax compat
vim-pandoc/vim-pandoc-syntax#185 vim-pandoc/vim-pandoc-syntax#288
1 parent 8f078f4 commit ee50cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc.bundles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Plug 'janko-m/vim-test'
2929
Plug 'jeffkreeftmeijer/vim-dim'
3030
Plug 'mattn/vim-lsp-settings'
3131
Plug 'pbrisbin/vim-mkdir'
32+
Plug 'nickcharlton/vim-pandoc-syntax', { 'branch': 'neovim-compat' }
3233
Plug 'prabirshrestha/asyncomplete-lsp.vim'
3334
Plug 'prabirshrestha/asyncomplete.vim'
3435
Plug 'prabirshrestha/vim-lsp'
@@ -51,6 +52,5 @@ Plug 'tpope/vim-rhubarb'
5152
Plug 'tpope/vim-surround'
5253
Plug 'vim-airline/vim-airline', { 'tag': 'v0.11' }
5354
Plug 'vim-pandoc/vim-pandoc'
54-
Plug 'vim-pandoc/vim-pandoc-syntax'
5555

5656
call plug#end()

0 commit comments

Comments
 (0)