Skip to content

Commit

Permalink
Use the patched vim-polyglot fork
Browse files Browse the repository at this point in the history
This resolves issues with C/C++ header files:
sheerun/vim-polyglot#814
  • Loading branch information
mqudsi committed May 17, 2023
1 parent e1d89c3 commit 8ed9d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if dein#load_state(s:dein_cache)
call dein#add('Chiel92/vim-autoformat',
\{'on_cmd': 'Autoformat'})
call dein#add('tpope/vim-endwise') " Only handles languages with PITA syntax
call dein#add('sheerun/vim-polyglot')
call dein#add('mqudsi/vim-polyglot')
call dein#add('tpope/vim-surround')
" TODO: disable vim-matchup for latex
call dein#add('andymass/vim-matchup')
Expand Down

0 comments on commit 8ed9d2b

Please sign in to comment.