From fe5d47d3f13466905e155f18e9e09b8ba22ce1ec Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 10 Oct 2020 22:55:22 +0200 Subject: [PATCH] Add autoclose --- dotfiles/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 6305387..d9d2493 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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