diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index f8e2e40..f13daa2 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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