Change vim plugin to a more popular one

This commit is contained in:
flyingscorpio@arch-desktop 2020-10-13 21:26:47 +02:00
parent fe5d47d3f1
commit 286965b325

View file

@ -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