From 209e2f3557d54ac83ed112630f5c1606524b07d4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 28 Jan 2015 14:10:46 +0900 Subject: [PATCH] Configure vim-argwrap --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 186363a..5be40bc 100644 --- a/.vimrc +++ b/.vimrc @@ -17,6 +17,9 @@ let g:table_mode_corner='|' let g:syntastic_python_checkers=['pyflakes'] let g:mapleader=',' +" vim-argwrap +let g:argwrap_padded_braces='{' + colorscheme wombat256 filetype indent plugin on syntax enable @@ -77,7 +80,6 @@ endif nnoremap :bnext nnoremap :bprevious nnoremap :nohlsearch -inoremap '' nnoremap Q " vim-easy-align