Put vim plugin commands in vimrc

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-11 11:34:26 +02:00
parent 87bbe81086
commit 506be9e81e

View file

@ -38,7 +38,7 @@ Plug 'psf/black', { 'branch': 'stable' }
" Whitespace highlighting and removal
Plug 'ntpeters/vim-better-whitespace'
" Python IDE
Plug 'python-mode/python-mode', { 'do': 'git submodule update --init --recursive' }
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
" C syntax highlighting
Plug 'vim-scripts/c.vim'
" Rust syntax highlighting