summaryrefslogtreecommitdiffstats
path: root/.vimrc
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 /.vimrc
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.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 0 insertions, 2 deletions
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>