summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-11-02 16:53:26 -0400
committerJune McEnroe <june@causal.agency>2013-11-02 16:53:26 -0400
commitbb958763b58db90e7d4586831a07758b3be9a22b (patch)
tree7b2742140daebbd84166fe34aae8039ff82872bb /.vimrc
parentDisable some options in terminals (diff)
downloadsrc-bb958763b58db90e7d4586831a07758b3be9a22b.tar.gz
src-bb958763b58db90e7d4586831a07758b3be9a22b.zip
Remove powerline
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index eb2ca10a..c6b9ab1d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -4,9 +4,6 @@ set nocp
 runtime bundle/vim-pathogen/autoload/pathogen.vim
 call pathogen#infect()
 
-" Load powerline
-set rtp+=~/.vim/bundle/powerline/powerline/bindings/vim
-
 " Remap leader to ,
 noremap \ ,
 let mapleader = ","