Added vim-powerline. Updated vim submodules

master
Dustin Swan 13 years ago
parent afe5befad7
commit 281d5f576a

3
.gitmodules vendored

@ -79,3 +79,6 @@
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = git://github.com/kien/ctrlp.vim
[submodule "vim/bundle/vim-powerline"]
path = vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline

@ -1 +1 @@
Subproject commit 8c45b739181ba58e91e2dceaa53b08161c46b03f
Subproject commit 7a41498b0d4f68c537d494b5f849913361315fde

@ -1 +1 @@
Subproject commit 93637eade600d8e0b15aa00641ea9ca328aca995
Subproject commit 420174fc537ba986a716964db7af0bd189252944

@ -1 +1 @@
Subproject commit 8f2af9a6d765066c5f41158beb70235245040ac7
Subproject commit f4d9f99f67189aa5725fdfc4c13fd33089446ccc

@ -1 +1 @@
Subproject commit 205367ab3f46dcc88b6ebb819a276e793a21e995
Subproject commit eced5f98a0724cd6498b70024b3edec1e7b29b2e

@ -1 +1 @@
Subproject commit 7dee28bec1aa9eb248069d1d294cc31ec7214680
Subproject commit 4cef3fca6969155698cda224acfb0843c2d6c6b4

@ -1 +1 @@
Subproject commit e98183247638d20e195b2cd58ab2a79eefac3c24
Subproject commit 57daa7bfa737a12c7157cbdd828b669faf885925

@ -1 +1 @@
Subproject commit c8dc739e555f416ac65eab52b0bed4919ad818bb
Subproject commit 2616623bb9208c4bf2559b6aa5c1eff53644a0f7

@ -1 +1 @@
Subproject commit 392315d7c5a1ee9e08a089908a3da9627fe2c6d4
Subproject commit a2676b4225b8a370b9e7046c5fc2f5ad1155e590

@ -0,0 +1 @@
Subproject commit 90c17556d79689697c43df5c94ae9e00dbc73fdf

@ -33,3 +33,5 @@ source $ZSH/oh-my-zsh.sh
alias vi=vim
export TERM="screen-256color"
export EDITOR=vim
export PATH="/usr/local/bin:$PATH"

Loading…
Cancel
Save