Skip to content

Commit 5214995

Browse files
committed
add vmath as a submod
1 parent 16ac6a5 commit 5214995

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@
9494
[submodule "bundle/vim-webapi"]
9595
path = bundle/vim-webapi
9696
url = https://github.com/mattn/webapi-vim.git
97+
[submodule "bundle/vim-vmath"]
98+
path = bundle/vim-vmath
99+
url = git://github.com/nixon/vim-vmath.git

bundle/vim-vmath

Submodule vim-vmath added at 2c35bf5

vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ endfunction
369369
vnoremap * :<C-u>call <SID>VSetSearch()<CR>//<CR><c-o>
370370
371371
" Plugins {{{1
372+
" vmath {{{2
373+
vmap <expr> ++ VMATH_YankAndAnalyse()
374+
nmap ++ vip++
372375
" Easy-motion {{{2
373376
" let g:EasyMotion_leader_key = '<Leader>'
374377
" Emmet {{{2

0 commit comments

Comments
 (0)