From 3a14d22d958a0fd6e3a568969b0883092ecb2dcc Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 16 Oct 2020 11:15:52 +0200 Subject: [PATCH] auto-pairs was creating conflicts with accent inputting --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 588db3d..65fbeff 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -28,7 +28,7 @@ call plug#begin('~/.vim/plugged') " Main autocompletion Plug 'ycm-core/YouCompleteMe' "Auto close parens and such -Plug 'jiangmiao/auto-pairs' +Plug 'Townk/vim-autoclose' " PEP8 linting for Python Plug 'nvie/vim-flake8' " Vim integration for various linters