Put vim plugin commands in vimrc
This commit is contained in:
parent
87bbe81086
commit
506be9e81e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Plug 'psf/black', { 'branch': 'stable' }
|
||||||
" Whitespace highlighting and removal
|
" Whitespace highlighting and removal
|
||||||
Plug 'ntpeters/vim-better-whitespace'
|
Plug 'ntpeters/vim-better-whitespace'
|
||||||
" Python IDE
|
" 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
|
" C syntax highlighting
|
||||||
Plug 'vim-scripts/c.vim'
|
Plug 'vim-scripts/c.vim'
|
||||||
" Rust syntax highlighting
|
" Rust syntax highlighting
|
||||||
|
|
Loading…
Add table
Reference in a new issue