Configure vim-argwrap

This commit is contained in:
Alex Yatskov 2015-01-28 14:10:46 +09:00
parent 5cdb0639ee
commit 209e2f3557

4
.vimrc
View File

@ -17,6 +17,9 @@ let g:table_mode_corner='|'
let g:syntastic_python_checkers=['pyflakes'] let g:syntastic_python_checkers=['pyflakes']
let g:mapleader=',' let g:mapleader=','
" vim-argwrap
let g:argwrap_padded_braces='{'
colorscheme wombat256 colorscheme wombat256
filetype indent plugin on filetype indent plugin on
syntax enable syntax enable
@ -77,7 +80,6 @@ endif
nnoremap <silent> <C-h> :bnext<CR> nnoremap <silent> <C-h> :bnext<CR>
nnoremap <silent> <C-l> :bprevious<CR> nnoremap <silent> <C-l> :bprevious<CR>
nnoremap <silent> <Esc><Esc> :nohlsearch<CR> nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
inoremap <silent> '' <Esc>
nnoremap Q <Nop> nnoremap Q <Nop>
" vim-easy-align " vim-easy-align