Skip to content

Commit

Permalink
add powerline
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Singleton authored and xcolour committed May 3, 2012
1 parent b13d5a1 commit 73ad48b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/powerline"]
path = vim/bundle/powerline
url = https://github.com/Lokaltog/vim-powerline.git
1 change: 1 addition & 0 deletions vim/bundle/powerline
Submodule powerline added at 4df0cd
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ set backspace=indent,eol,start " backspace over all stuff
set cursorcolumn " highlight the current column
set cursorline " highlight the current line
set vb t_vb= " no beeping
set laststatus=2 " always show the status line

"
" formatting
Expand Down

0 comments on commit 73ad48b

Please sign in to comment.