We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f078f4 commit ee50cb1Copy full SHA for ee50cb1
vimrc.bundles
@@ -29,6 +29,7 @@ Plug 'janko-m/vim-test'
29
Plug 'jeffkreeftmeijer/vim-dim'
30
Plug 'mattn/vim-lsp-settings'
31
Plug 'pbrisbin/vim-mkdir'
32
+Plug 'nickcharlton/vim-pandoc-syntax', { 'branch': 'neovim-compat' }
33
Plug 'prabirshrestha/asyncomplete-lsp.vim'
34
Plug 'prabirshrestha/asyncomplete.vim'
35
Plug 'prabirshrestha/vim-lsp'
@@ -51,6 +52,5 @@ Plug 'tpope/vim-rhubarb'
51
52
Plug 'tpope/vim-surround'
53
Plug 'vim-airline/vim-airline', { 'tag': 'v0.11' }
54
Plug 'vim-pandoc/vim-pandoc'
-Plug 'vim-pandoc/vim-pandoc-syntax'
55
56
call plug#end()
0 commit comments