From f5795204ace99e9ecfcddc61d0c5d3b829647a0a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 21 Feb 2013 23:40:52 +0100 Subject: vim: add powerline plugin Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ .vim/bundle/vim-powerline | 1 + .vimrc | 2 ++ 3 files changed, 6 insertions(+) create mode 160000 .vim/bundle/vim-powerline diff --git a/.gitmodules b/.gitmodules index eb89c28..f2ed04d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule ".vim/bundle/vim-powerline"] + path = .vim/bundle/vim-powerline + url = https://github.com/Lokaltog/vim-powerline.git diff --git a/.vim/bundle/vim-powerline b/.vim/bundle/vim-powerline new file mode 160000 index 0000000..09c0cea --- /dev/null +++ b/.vim/bundle/vim-powerline @@ -0,0 +1 @@ +Subproject commit 09c0cea859a2e0989eea740655b35976d951a84e diff --git a/.vimrc b/.vimrc index 8f75ca3..9a327b5 100644 --- a/.vimrc +++ b/.vimrc @@ -110,6 +110,8 @@ colorscheme jellybeans "colorscheme wombat256 "colorscheme xoria256 +let g:Powerline_symbols = 'unicode' + " Toggle dark/light default colour theme for shitty terms "map :let &background = ( &background == "dark" ? "light" : "dark" ) -- cgit v1.2.3-24-g4f1b