From 0a2c8d4d620cbdc99fa0b7df961500b3165c618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Wed, 29 Apr 2015 22:47:34 +0300 Subject: [PATCH] add auto-pairs plugin --- vimrc_template.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc_template.txt b/vimrc_template.txt index 7c77565..572e2ae 100644 --- a/vimrc_template.txt +++ b/vimrc_template.txt @@ -18,6 +18,7 @@ Plugin 'nathanaelkane/vim-indent-guides' Plugin 'Raimondi/delimitMate' Plugin 'scrooloose/syntastic' Plugin 'Valloric/YouCompleteMe' +Plugin 'jiangmiao/auto-pairs' let g:ycm_add_preview_to_completeopt=0 let g:ycm_confirm_extra_conf=0 set completeopt-=preview