From bb958763b58db90e7d4586831a07758b3be9a22b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 2 Nov 2013 16:53:26 -0400 Subject: Remove powerline --- .gitmodules | 3 --- .vimrc | 3 --- bundle/powerline | 1 - 3 files changed, 7 deletions(-) delete mode 160000 bundle/powerline diff --git a/.gitmodules b/.gitmodules index 275ccfef..f55ad511 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,9 +43,6 @@ [submodule "bundle/base16-vim"] path = bundle/base16-vim url = https://github.com/programble/base16-vim.git -[submodule "bundle/powerline"] - path = bundle/powerline - url = https://github.com/Lokaltog/powerline.git [submodule "bundle/vim-commentary"] path = bundle/vim-commentary url = https://github.com/tpope/vim-commentary.git 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 = "," diff --git a/bundle/powerline b/bundle/powerline deleted file mode 160000 index 0a5a09db..00000000 --- a/bundle/powerline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0a5a09db122e483d4c0ea4b8a5869343a1e4955d -- cgit 1.4.1