vim: plugin for visual increment

This commit is contained in:
Mathieu Maret 2019-07-05 15:27:10 +02:00
parent 16ab96e480
commit cf9e94e68c
1 changed files with 4 additions and 0 deletions

4
.vimrc
View File

@ -630,4 +630,8 @@ set conceallevel=1
let g:tex_conceal='abdmg'
" not compatible with LaTeX-Box included in polyglot
let g:polyglot_disabled = ['latex']
" Visual incrementation. increment in block with ctrl-A
Plugin 'triglav/vim-visual-increment'
set nrformats=alpha,octal,hex
call vundle#end()