Add autoclose
This commit is contained in:
parent
993065d36c
commit
fe5d47d3f1
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ call plug#begin('~/.vim/plugged')
|
|||
" AUTOCOMPLETION, FORMATTING AND LINTING
|
||||
" Main autocompletion
|
||||
Plug 'ycm-core/YouCompleteMe'
|
||||
"Auto close parens and such
|
||||
Plug 'Townk/vim-autoclose'
|
||||
" PEP8 linting for Python
|
||||
Plug 'nvie/vim-flake8'
|
||||
" Vim integration for various linters
|
||||
|
|
Loading…
Add table
Reference in a new issue