Change vim plugin to a more popular one
This commit is contained in:
parent
fe5d47d3f1
commit
286965b325
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ call plug#begin('~/.vim/plugged')
|
|||
" Main autocompletion
|
||||
Plug 'ycm-core/YouCompleteMe'
|
||||
"Auto close parens and such
|
||||
Plug 'Townk/vim-autoclose'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
" PEP8 linting for Python
|
||||
Plug 'nvie/vim-flake8'
|
||||
" Vim integration for various linters
|
||||
|
|
Loading…
Add table
Reference in a new issue