Skip to content

Commit

Permalink
Remove Powerline
Browse files Browse the repository at this point in the history
It provides a bunch of info no one cares about, and makes it hard to see
the full filename.
  • Loading branch information
Andrew Marshall committed Sep 8, 2015
1 parent 09125e9 commit 4cb7a74
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
[submodule "bundle/vim-colors-tomorrow"]
path = bundle/vim-colors-tomorrow
url = https://github.com/chriskempson/vim-tomorrow-theme.git
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
Expand Down
1 change: 0 additions & 1 deletion bundle/vim-powerline
Submodule vim-powerline deleted from 7f53b5
1 change: 1 addition & 0 deletions init/options.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set mouse=a " Use mouse support in XTerm/iTerm.
set expandtab " Use soft tabs
set tabstop=2 " Tab settings
set autoindent
set ruler
set smarttab " Use shiftwidth to tab at line beginning
set shiftwidth=2 " Width of autoindent
set number " Line numbers
Expand Down
2 changes: 0 additions & 2 deletions init/powerline.vim

This file was deleted.

0 comments on commit 4cb7a74

Please sign in to comment.