added powerline and vimerl + some vimrc changes

This commit is contained in:
2012-08-02 12:54:44 -07:00
parent 4ebca22594
commit 65f29c4334
5 changed files with 17 additions and 1 deletions

6
vimrc
View File

@@ -1,10 +1,12 @@
call pathogen#infect()
syntax on
set laststatus=2
set statusline=%t\ %y\ format:\ %{&ff};\ [%c,%l]\ %{fugitive#statusline()}
"set statusline=%t\ %y\ format:\ %{&ff};\ [%c,%l]\ %{fugitive#statusline()}
set number
set autoindent
set hidden
set encoding=utf-8
"set t_Co=256
colorscheme default
if has("autocmd")
autocmd bufwritepost .vimrc source $MYVIMRC
@@ -36,4 +38,6 @@ if has("autocmd")
au InsertLeave * let &updatetime=updaterestore
endif
let g:Powerline_symbols = 'fancy'
set autoread "automatically reload files