From a0fc22f7f67fe7b71e4bb8650e3d7bafd79635a1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 22 Feb 2013 00:02:34 +0100 Subject: Revert "vim: add powerline plugin" All beta, maybe try this again if the rewrite is released. This reverts commit f5795204ace99e9ecfcddc61d0c5d3b829647a0a. --- .gitmodules | 3 --- .vim/bundle/vim-powerline | 1 - .vimrc | 2 -- 3 files changed, 6 deletions(-) delete mode 160000 .vim/bundle/vim-powerline diff --git a/.gitmodules b/.gitmodules index f2ed04d..eb89c28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [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 deleted file mode 160000 index 09c0cea..0000000 --- a/.vim/bundle/vim-powerline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 09c0cea859a2e0989eea740655b35976d951a84e diff --git a/.vimrc b/.vimrc index 9a327b5..8f75ca3 100644 --- a/.vimrc +++ b/.vimrc @@ -110,8 +110,6 @@ 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