vim: plugin for visual increment
This commit is contained in:
parent
16ab96e480
commit
cf9e94e68c
4
.vimrc
4
.vimrc
@ -630,4 +630,8 @@ set conceallevel=1
|
|||||||
let g:tex_conceal='abdmg'
|
let g:tex_conceal='abdmg'
|
||||||
" not compatible with LaTeX-Box included in polyglot
|
" not compatible with LaTeX-Box included in polyglot
|
||||||
let g:polyglot_disabled = ['latex']
|
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()
|
call vundle#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user