From 506be9e81e40ca7c054618e3ab88bf6604564494 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 11 Sep 2020 11:34:26 +0200 Subject: [PATCH] Put vim plugin commands in vimrc --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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