Configure vim-argwrap
This commit is contained in:
parent
5cdb0639ee
commit
209e2f3557
4
.vimrc
4
.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 <silent> <C-h> :bnext<CR>
|
||||
nnoremap <silent> <C-l> :bprevious<CR>
|
||||
nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
|
||||
inoremap <silent> '' <Esc>
|
||||
nnoremap Q <Nop>
|
||||
|
||||
" vim-easy-align
|
||||
|
Loading…
Reference in New Issue
Block a user