vimenv

configure vim environment
git clone git://git.unixkoans.com/vimenv.git
Log | Files | Refs | Submodules

commit d19ba6dddd0b8de74f52fce30eb030c17c9cca71
parent 3b94d468d6e283542deb1b0420e8373bd0d152d9
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jun 18 17:04:18 +0800

Add easy-align, incsearch and bubblegum

Diffstat:
.gitmodules | 9+++++++++
_vim/bundle/airline | 2+-
_vim/bundle/airline-themes | 2+-
_vim/bundle/bubblegum | 1+
_vim/bundle/color_highlight | 2+-
_vim/bundle/easy-align | 1+
_vim/bundle/emmet | 2+-
_vim/bundle/gitgutter | 2+-
_vim/bundle/gruvbox | 2+-
_vim/bundle/incsearch | 1+
_vim/bundle/multiple-cursors | 2+-
_vim/bundle/nerdcommenter | 2+-
_vim/bundle/nerdtree | 2+-
_vim/bundle/perl | 2+-
_vim/bundle/ruby | 2+-
_vim/bundle/slime | 2+-
_vim/bundle/splitjoin | 2+-
_vim/bundle/surround | 2+-
_vim/bundle/syntastic | 2+-
_vim/bundle/ultisnips | 2+-
_vim/bundle/unite | 2+-
_vim/conf/plugin.vim | 11++++++++++-
22 files changed, 39 insertions(+), 18 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -148,3 +148,12 @@ [submodule "_vim/bundle/base16"] path = _vim/bundle/base16 url = git://github.com/chriskempson/base16-vim.git +[submodule "_vim/bundle/bubblegum"] + path = _vim/bundle/bubblegum + url = git://github.com/baskerville/bubblegum.git +[submodule "_vim/bundle/incsearch"] + path = _vim/bundle/incsearch + url = git://github.com/haya14busa/incsearch.vim.git +[submodule "_vim/bundle/easy-align"] + path = _vim/bundle/easy-align + url = git://github.com/junegunn/vim-easy-align.git diff --git a/_vim/bundle/airline b/_vim/bundle/airline @@ -1 +1 @@ -Subproject commit ba94fa12b90e5e15a02aa415461050ed0de33a92 +Subproject commit 7b9b68f15dc50ef3c6382bd9df3a5e70c9ddcee9 diff --git a/_vim/bundle/airline-themes b/_vim/bundle/airline-themes @@ -1 +1 @@ -Subproject commit bf0be1d52997b0325b7fdda9e78f7ef280988827 +Subproject commit 796478723c01a275269b96f63ee5cd5b44a342f4 diff --git a/_vim/bundle/bubblegum b/_vim/bundle/bubblegum @@ -0,0 +1 @@ +Subproject commit 92a5069edec4de88c31a4f1fdbcff34535951f8b diff --git a/_vim/bundle/color_highlight b/_vim/bundle/color_highlight @@ -1 +1 @@ -Subproject commit 6fa6bf632bca3e65c55f68340f5abd7d8bd14692 +Subproject commit c656b84d68cbfaf5fee588a1a19845ffff533844 diff --git a/_vim/bundle/easy-align b/_vim/bundle/easy-align @@ -0,0 +1 @@ +Subproject commit 0cb6b98fc155717b0a56c110551ac57d1d951ddb diff --git a/_vim/bundle/emmet b/_vim/bundle/emmet @@ -1 +1 @@ -Subproject commit e42c07978eec3631853996a312229569df83b277 +Subproject commit 52f3af7ca8bc6a9988fcd80c7189591330fbcadd diff --git a/_vim/bundle/gitgutter b/_vim/bundle/gitgutter @@ -1 +1 @@ -Subproject commit cae4f72aa1290c353aa8d0898cac0781ef2ee538 +Subproject commit 09b9144002e938844df74f48ac72c1e3118e7d39 diff --git a/_vim/bundle/gruvbox b/_vim/bundle/gruvbox @@ -1 +1 @@ -Subproject commit 91bae6876031ececf151cc4f28aa5fb8c93681e4 +Subproject commit d7f7f1951d0716957f3e32549a247e92d25b1449 diff --git a/_vim/bundle/incsearch b/_vim/bundle/incsearch @@ -0,0 +1 @@ +Subproject commit 161c5b66542e767962ca5f6998a22e984f8d8a60 diff --git a/_vim/bundle/multiple-cursors b/_vim/bundle/multiple-cursors @@ -1 +1 @@ -Subproject commit 25b567baf712a7e9bc8f3c9ca816bd579363109b +Subproject commit 51d0717f63cc231f11b4b63ee5b611f589dce1b3 diff --git a/_vim/bundle/nerdcommenter b/_vim/bundle/nerdcommenter @@ -1 +1 @@ -Subproject commit 1f4bfd59920c101a30a74a07b824608a6e65f3fe +Subproject commit e2d47bec2662d5fcd324d17e22dc37f38c97bf2d diff --git a/_vim/bundle/nerdtree b/_vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 15445be5fb2559829ac7a1f05af5d713586e8ec9 +Subproject commit d280b15ba9388ab93f3401b26877a13fdb8ed816 diff --git a/_vim/bundle/perl b/_vim/bundle/perl @@ -1 +1 @@ -Subproject commit 68411c4e42bfbdfa975ba2ee22ebc20a9b101844 +Subproject commit eadbd41674f32f2315f5a6b6435151d2134c81d7 diff --git a/_vim/bundle/ruby b/_vim/bundle/ruby @@ -1 +1 @@ -Subproject commit 666adb5bcdfb2d21572a58fcdf7545a26bac32a0 +Subproject commit 97bc93301057b4ea27ae93c6d5c9749f77ca702b diff --git a/_vim/bundle/slime b/_vim/bundle/slime @@ -1 +1 @@ -Subproject commit b0d18f3c7394d2c04082668bde9542194f2b5adc +Subproject commit 6dc7e45e3effe3926243914f5cbe3faab21b6657 diff --git a/_vim/bundle/splitjoin b/_vim/bundle/splitjoin @@ -1 +1 @@ -Subproject commit 9d939d22afdeeec8ddb7d45aee8497da7cb49cb3 +Subproject commit a206dbaddef39ac06aee880fbb7a7256bce92899 diff --git a/_vim/bundle/surround b/_vim/bundle/surround @@ -1 +1 @@ -Subproject commit 2d05440ad23f97a7874ebd9b5de3a0e65d25d85c +Subproject commit e49d6c2459e0f5569ff2d533b4df995dd7f98313 diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit c2c6a075113adbfcc4f1ad5b1c0200a0d35ceeb6 +Subproject commit d6b96c079be137c83009827b543a83aa113cc011 diff --git a/_vim/bundle/ultisnips b/_vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit b5edea2e998ae6c62517c7ed3e4c57b652537141 +Subproject commit 1c6b4f75a006c4411d01a1234cabda3eb4aded1a diff --git a/_vim/bundle/unite b/_vim/bundle/unite @@ -1 +1 @@ -Subproject commit 7ae5ee37578349c32d542d3d43f053455b72daf4 +Subproject commit a7001971de262bdd5cfaf01c89985866ea71bb6e diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author : Xu Xiaodong <[email protected]> -" modified : 2016 May 15 +" modified : 2016 Jun 15 " "-- plugin --" @@ -82,3 +82,12 @@ autocmd BufRead *.md set ft=markdown " mail "autocmd BufRead ~/.mutt/temp/mutt* :source ~/.vim/conf/mail.vim + +" incsearch +map / <Plug>(incsearch-forward) +map ? <Plug>(incsearch-backware) +map g/ <Plug>(incsearch-stay) + +" easy-align +xmap ga <Plug>(EasyAlign) +nmap ga <Plug>(EasyAlign)