vimenv

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

commit 146b4ea544234dec9b0fe657d066289741fb4dd1
parent 9f9067062d3f3364cd0da6174421b9a7eca23d60
Author: Xiaodong Xu <[email protected]>
Date:   Sat Nov  5 15:16:12 +0800

Add haml

Diffstat:
.gitmodules | 9++++++---
_vim/bundle/airline | 2+-
_vim/bundle/airline-themes | 2+-
_vim/bundle/base16 | 2+-
_vim/bundle/dasht | 2+-
_vim/bundle/deoplete-jedi | 2+-
_vim/bundle/deoplete.nvim | 2+-
_vim/bundle/emmet | 2+-
_vim/bundle/fugitive | 2+-
_vim/bundle/gitgutter | 2+-
_vim/bundle/haml | 1+
_vim/bundle/matchit | 2+-
_vim/bundle/nerdtree | 2+-
_vim/bundle/shortcut | 2+-
_vim/bundle/snippets | 2+-
_vim/bundle/splitjoin | 2+-
_vim/bundle/startify | 2+-
_vim/bundle/syntastic | 2+-
_vim/bundle/tagbar | 2+-
_vim/bundle/ultisnips | 2+-
_vim/bundle/unite | 2+-
21 files changed, 26 insertions(+), 22 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -88,9 +88,6 @@ [submodule "_vim/bundle/tabular"] path = _vim/bundle/tabular url = git://github.com/godlygeek/tabular.git -[submodule "_vim/bundle/matchit"] - path = _vim/bundle/matchit - url = git://github.com/edsono/vim-matchit.git [submodule "_vim/bundle/perl"] path = _vim/bundle/perl url = git://github.com/vim-perl/vim-perl.git @@ -229,3 +226,9 @@ [submodule "_vim/bundle/gitv"] path = _vim/bundle/gitv url = git://github.com/gregsexton/gitv.git +[submodule "_vim/bundle/haml"] + path = _vim/bundle/haml + url = git://github.com/tpope/vim-haml.git +[submodule "_vim/bundle/matchit"] + path = _vim/bundle/matchit + url = git://github.com/jwhitley/vim-matchit.git diff --git a/_vim/bundle/airline b/_vim/bundle/airline @@ -1 +1 @@ -Subproject commit 64d91665fe7b979653fe2b3610e3441afdc69aa8 +Subproject commit 258430db82329c1298750af91391c1b21a5a5b58 diff --git a/_vim/bundle/airline-themes b/_vim/bundle/airline-themes @@ -1 +1 @@ -Subproject commit 0d121684a8d7d8d985e7385c4492e1a079085a0c +Subproject commit e03e9f62d25f9afb04c88ec6ca66cf2098242016 diff --git a/_vim/bundle/base16 b/_vim/bundle/base16 @@ -1 +1 @@ -Subproject commit ce6cc2ea1afb69d0684bde08bed90ecfb96533a0 +Subproject commit 0c48348a18bad52f9275d56b4adffa665a280322 diff --git a/_vim/bundle/dasht b/_vim/bundle/dasht @@ -1 +1 @@ -Subproject commit 31d0586ec4e3c37cedcfeca66c59e53a0eba77ae +Subproject commit 9a8f598e8042e3752c803d8dcec3c2e86fe184de diff --git a/_vim/bundle/deoplete-jedi b/_vim/bundle/deoplete-jedi @@ -1 +1 @@ -Subproject commit e91e5d2b56e4a6672994bbdfb1f2841dba67fcd1 +Subproject commit 57e5b61578d4d0a27fa75fd5f8dc21d110d60989 diff --git a/_vim/bundle/deoplete.nvim b/_vim/bundle/deoplete.nvim @@ -1 +1 @@ -Subproject commit e28d5190296e0768d7d2cf28be3007687fb4b2e0 +Subproject commit 5fc5ed772de138439322d728b103a7cb225cbf82 diff --git a/_vim/bundle/emmet b/_vim/bundle/emmet @@ -1 +1 @@ -Subproject commit f4b097af50833964e15f17192f2d1c336e34936e +Subproject commit d7b70c656a54ff9fcf9697f98d8d45d2368c4072 diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit aac85a268e89a6c8be79341e130ac90256fadbd6 +Subproject commit 58ed86e434951319ff7d438fb1096f24a51e6458 diff --git a/_vim/bundle/gitgutter b/_vim/bundle/gitgutter @@ -1 +1 @@ -Subproject commit 0d455a7af787176864612cde69a72f1a07cfc35a +Subproject commit 1742a8f568df549f4daeda90174b54d0c371501f diff --git a/_vim/bundle/haml b/_vim/bundle/haml @@ -0,0 +1 @@ +Subproject commit 1f2e47c78c2faf90ff419c2f4e1241094844678c diff --git a/_vim/bundle/matchit b/_vim/bundle/matchit @@ -1 +1 @@ -Subproject commit ceaf496a3763f3c20bc7f50c2135df4f1775ae05 +Subproject commit 57de3a754795fe325771bf0c3991905ae1d0246e diff --git a/_vim/bundle/nerdtree b/_vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 513bf6455568a1a1e8182ab877df809d125e6421 +Subproject commit eee431dbd44111c858c6d33ffd366cae1f17f8b3 diff --git a/_vim/bundle/shortcut b/_vim/bundle/shortcut @@ -1 +1 @@ -Subproject commit e66aa3cfa2e23968ec915d178241fbddd819c280 +Subproject commit 6b6ec74b8023547d17bdf9f68e26f1a09d77a588 diff --git a/_vim/bundle/snippets b/_vim/bundle/snippets @@ -1 +1 @@ -Subproject commit b7d5aa7645457db023283c222e0f73a7dd950127 +Subproject commit 91db3d3dc11e871386f08c200ea084d590bda741 diff --git a/_vim/bundle/splitjoin b/_vim/bundle/splitjoin @@ -1 +1 @@ -Subproject commit 7ee9377201a29b8c1f5098cda7fb2432c376d8ad +Subproject commit cd98e308f71ebf38fd797a379706901cf5e6818c diff --git a/_vim/bundle/startify b/_vim/bundle/startify @@ -1 +1 @@ -Subproject commit 9e865c823b659de949fcc15a1e8c493e455f4085 +Subproject commit 9732427469c6933cbedeb7e662c70a2aaf4e63d2 diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 9b45d5c4b46031c29a31ba72fbf1dcb6f0db6d5f +Subproject commit 734fde7f0b84ff3f670ab5772ed1b8b0c8c16770 diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit b99e10325846f054ebc5f6faef1e796c9b50f251 +Subproject commit e212be6a12250d66a118985f316c1dcf93f00681 diff --git a/_vim/bundle/ultisnips b/_vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit 97a280417b9ebcd098283b46ba9f144c6344bb8d +Subproject commit 71c39721de9cb2d67478e8b8c1a543e006fb67df diff --git a/_vim/bundle/unite b/_vim/bundle/unite @@ -1 +1 @@ -Subproject commit 708435c9abd6125e1d4324aafcf2f6832a78756d +Subproject commit f3f6df24c04faf29ae4d716aa776f85e88e7ea38