summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-02-22 00:02:34 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-02-22 00:02:34 +0100
commita0fc22f7f67fe7b71e4bb8650e3d7bafd79635a1 (patch)
treea5b5dd8ef3c43e82a24f133ebfe217075720714d
parentf5795204ace99e9ecfcddc61d0c5d3b829647a0a (diff)
downloaddotfiles-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--.gitmodules3
m---------.vim/bundle/vim-powerline0
-rw-r--r--.vimrc2
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
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 <F2> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>