diff options
author | Matt Singleton <matt@datadoghq.com> | 2012-04-11 12:34:43 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2012-05-03 15:28:21 -0400 |
commit | 73ad48ba9e0a8670bfef6d6d91dcaa8a34a03a22 (patch) | |
tree | 99f8b100c69edb28d1dab72ab3a3fe7cc0c57cca /vimrc | |
parent | b13d5a109497279e97135e4c34f05e39d179f377 (diff) |
add powerline
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |