diff options
author | June McEnroe <programble@gmail.com> | 2012-01-22 13:27:09 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-22 13:27:09 -0500 |
commit | fa48f5965c57272e616721d92475cd2f1e35f667 (patch) | |
tree | 5df75cbffe9e7802c1acdcc07cdffcf0d2ffe2ef | |
parent | Update some plugins (diff) | |
download | src-fa48f5965c57272e616721d92475cd2f1e35f667.tar.gz src-fa48f5965c57272e616721d92475cd2f1e35f667.zip |
Disable powerline for now
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index f1043d1a..dcbd9082 100644 --- a/.vimrc +++ b/.vimrc @@ -114,3 +114,5 @@ nnoremap <leader>u :GundoToggle<CR> " Custom commands command! W :w + +let g:Powerline_loaded=1 |