vimenv

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

commit 86ac871b099100e7befeef7af886bad66bf5c306
parent ffecf70701e84357284b4e265271a1e9df5318d7
Author: Xiaodong Xu <[email protected]>
Date:   Wed Aug 28 17:50:58 +0800

Add perlhelp.vim

Diffstat:
.gitmodules | 6+++---
_vim/bundle/color_highlight | 2+-
_vim/bundle/ctrlp | 2+-
_vim/bundle/endwise | 2+-
_vim/bundle/fugitive | 2+-
_vim/bundle/gitgutter | 2+-
_vim/bundle/indent-guides | 1-
_vim/bundle/multiple-cursors | 2+-
_vim/bundle/neocomplcache | 2+-
_vim/bundle/perl | 2+-
_vim/bundle/perlhelp | 1+
_vim/bundle/ruby | 2+-
_vim/bundle/syntastic | 2+-
_vim/bundle/tagbar | 2+-
_vim/bundle/tomorrow | 2+-
_vim/bundle/ultisnips | 2+-
_vim/bundle/unite | 2+-
_vim/bundle/vimux | 2+-
_vim/conf/plugin.vim | 6+++---
19 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -106,9 +106,6 @@ [submodule "_vim/bundle/neocomplcache"] path = _vim/bundle/neocomplcache url = git://github.com/Shougo/neocomplcache.vim.git -[submodule "_vim/bundle/indent-guides"] - path = _vim/bundle/indent-guides - url = git://github.com/nathanaelkane/vim-indent-guides.git [submodule "_vim/bundle/tabular"] path = _vim/bundle/tabular url = git://github.com/godlygeek/tabular.git @@ -136,3 +133,6 @@ [submodule "_vim/bundle/unite-outline"] path = _vim/bundle/unite-outline url = git://github.com/h1mesuke/unite-outline.git +[submodule "_vim/bundle/perlhelp"] + path = _vim/bundle/perlhelp + url = git://github.com/LStinson/perlhelp-vim.git diff --git a/_vim/bundle/color_highlight b/_vim/bundle/color_highlight @@ -1 +1 @@ -Subproject commit ac2956852536056c7decc39aeac41fd65bc68b5e +Subproject commit 3c9429894d63332bbe9b3895667e59f2274be284 diff --git a/_vim/bundle/ctrlp b/_vim/bundle/ctrlp @@ -1 +1 @@ -Subproject commit daf0c01bd850dbd7337c469251c13b0bc779c762 +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/_vim/bundle/endwise b/_vim/bundle/endwise @@ -1 +1 @@ -Subproject commit 9f05e4c0c6163ec52010b0e1e6f66605ae42302d +Subproject commit 9346e24b4b32b743f621a0d3debe6a1fe04c81ab diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 00b0916ae2fc4e329f519686348de13d7477d770 +Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9 diff --git a/_vim/bundle/gitgutter b/_vim/bundle/gitgutter @@ -1 +1 @@ -Subproject commit ff031d022f2123353bc93a3aa97290287c10a287 +Subproject commit 878c3422c9ad9edc7b907948515b3118d91a67d1 diff --git a/_vim/bundle/indent-guides b/_vim/bundle/indent-guides @@ -1 +0,0 @@ -Subproject commit eec1b629dc4cfa3986d20f21d4b4489732cd3f5a diff --git a/_vim/bundle/multiple-cursors b/_vim/bundle/multiple-cursors @@ -1 +1 @@ -Subproject commit 8c9bcedc6c534d3f308fa3ade6a459977ee4a58a +Subproject commit 35028be1f71953da9f2c28509bf6c5ebd1d31c28 diff --git a/_vim/bundle/neocomplcache b/_vim/bundle/neocomplcache @@ -1 +1 @@ -Subproject commit 61b1fedce0be6c770389d1e20519f7036bcee458 +Subproject commit 1fa29a2faa5e68a4cad17662b44cef41960c47fe diff --git a/_vim/bundle/perl b/_vim/bundle/perl @@ -1 +1 @@ -Subproject commit 101121c75a7c7ded75c8d575cf3947f841f5f10a +Subproject commit 3efe9ad2ba125f1426cd80c5d76886f581ecaab5 diff --git a/_vim/bundle/perlhelp b/_vim/bundle/perlhelp @@ -0,0 +1 @@ +Subproject commit 627b81829af158b521a6fdf9c92951a823608952 diff --git a/_vim/bundle/ruby b/_vim/bundle/ruby @@ -1 +1 @@ -Subproject commit b60da6c63bba329aa0327a2859639f9a02afc3ed +Subproject commit f4c550e26483ce27b87440f27186dcb566a54a80 diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 8c05dbf16e90c54d089933113fe41f6984e8e17c +Subproject commit 3a03fee48c24d0116c529769664750a43a206ee7 diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit dacf4f273e03446c157692d12fde129c7bebd092 +Subproject commit 24efd12f50a5c97449087fbdef4a994349ab90cc diff --git a/_vim/bundle/tomorrow b/_vim/bundle/tomorrow @@ -1 +1 @@ -Subproject commit 010d2492ba8f2eea59191fe0f3c33a1dc6ce93a7 +Subproject commit 17fbf5290a6da151c03d28942cc7bd4d5d269dd0 diff --git a/_vim/bundle/ultisnips b/_vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit 43b1cbd9585319c399e33f9e9f611dabedc37781 +Subproject commit 84c36fccd88d6ddbc73f62abfd7f3e56523422e9 diff --git a/_vim/bundle/unite b/_vim/bundle/unite @@ -1 +1 @@ -Subproject commit c86335e536c5b6541e75475d2350180e16f5a193 +Subproject commit 46544ad16ed52113eb9e1b5cae72c483de04346f diff --git a/_vim/bundle/vimux b/_vim/bundle/vimux @@ -1 +1 @@ -Subproject commit 42772b79d33512984521af2a4e88aec0edd6065d +Subproject commit be0a60ec701c9a8d124ea677aca89a88e2ad03df diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author : Xu Xiaodong <[email protected]> -" modified : 2013 Jul 14 +" modified : 2013 Jul 23 " "-- plugin --" @@ -16,7 +16,7 @@ vmap <silent> <leader>i, <esc>:AlignPush<cr>:AlignCtrl lp0P1<cr>:'<,'>Align ,<cr vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr>:AlignPop<cr> " powerline -let g:Powerline_symbols='fancy' +let g:Powerline_symbols='unicode' let g:Powerline_theme='codefun' " nerdtree @@ -35,7 +35,7 @@ nmap to :TagbarToggle<cr> let g:slime_target='tmux' " neocomplcache -let g:neocomplcache_enable_at_startup = 1 +let g:neocomplcache_enable_at_startup=1 " indent guides let g:indent_guides_enable_on_vim_startup=0