summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-11-02 16:53:26 -0400
committerJune McEnroe <programble@gmail.com>2013-11-02 16:53:26 -0400
commit95e202a8d3927a38f54edd36934bdf461280515e (patch)
tree7b2742140daebbd84166fe34aae8039ff82872bb
parentDisable some options in terminals (diff)
downloadsrc-95e202a8d3927a38f54edd36934bdf461280515e.tar.gz
src-95e202a8d3927a38f54edd36934bdf461280515e.zip
Remove powerline
Diffstat (limited to '')
-rw-r--r--.gitmodules3
-rw-r--r--.vimrc3
m---------bundle/powerline0
3 files changed, 0 insertions, 6 deletions
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
-Subproject 0a5a09db122e483d4c0ea4b8a5869343a1e4955
0c48e81b58e843f1168faec1722016cedb&follow=1'>Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe