diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-22 00:02:34 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-22 00:02:34 +0100 |
commit | a0fc22f7f67fe7b71e4bb8650e3d7bafd79635a1 (patch) | |
tree | a5b5dd8ef3c43e82a24f133ebfe217075720714d | |
parent | f5795204ace99e9ecfcddc61d0c5d3b829647a0a (diff) | |
download | dotfiles-a0fc22f7f67fe7b71e4bb8650e3d7bafd79635a1.tar.gz dotfiles-a0fc22f7f67fe7b71e4bb8650e3d7bafd79635a1.tar.xz |
Revert "vim: add powerline plugin"
All beta, maybe try this again if the rewrite is released.
This reverts commit f5795204ace99e9ecfcddc61d0c5d3b829647a0a.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/vim-powerline | 0 | ||||
-rw-r--r-- | .vimrc | 2 |
3 files changed, 0 insertions, 5 deletions
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 -Subproject 09c0cea859a2e0989eea740655b35976d951a84 @@ -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 <F2> :let &background = ( &background == "dark" ? "light" : "dark" )<CR> |