Disable vim-polyglot, add pegn-pegn-syntax

main
rwxrob 2 years ago
parent cf0b791444
commit caf8b6325d

@ -213,8 +213,9 @@ if filereadable(expand("~/.vim/autoload/plug.vim"))
" github.com/junegunn/vim-plug
call plug#begin('~/.local/share/vim/plugins')
Plug 'sheerun/vim-polyglot'
"Plug 'sheerun/vim-polyglot'
Plug 'vim-pandoc/vim-pandoc'
Plug 'pegn/pegn-syntax'
Plug 'rwxrob/vim-pandoc-syntax-simple'
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }
Plug 'tpope/vim-fugitive'

Loading…
Cancel
Save