summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-21 23:11:35 -0500
committerJune McEnroe <programble@gmail.com>2012-01-21 23:11:35 -0500
commit3b16eca8f5d6eef8af0bd787749f3429d14b0b6c (patch)
treec717c16eda77789d4d2e2395a633e323ae828824
parentAdd quicktask (diff)
downloadsrc-3b16eca8f5d6eef8af0bd787749f3429d14b0b6c.tar.gz
src-3b16eca8f5d6eef8af0bd787749f3429d14b0b6c.zip
Add Powerline
-rw-r--r--.gitmodules3
-rw-r--r--.vimrc1
m---------bundle/vim-powerline0
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 293bb8f2..19356752 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -31,3 +31,6 @@
 [submodule "bundle/quicktask"]
 	path = bundle/quicktask
 	url = https://github.com/aaronbieber/quicktask.git
+[submodule "bundle/vim-powerline"]
+	path = bundle/vim-powerline
+	url = https://github.com/Lokaltog/vim-powerline.git
diff --git a/.vimrc b/.vimrc
index f711d337..cda825a0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -45,6 +45,7 @@ endif
 set guioptions-=rLtT " Disable tear-off menus, toolbar, scrollbars
 set guifont=Monospace\ 9
 set browsedir=buffer " Open dialog starts in working directory
+let g:Powerline_symbols = 'fancy'
 
 " Jump to the last cursor position when opening
 autocmd BufReadPost *
diff --git a/bundle/vim-powerline b/bundle/vim-powerline
new file mode 160000
+Subproject 23b4bbd7b555367a714de66ccde468c08464f5a