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
+9
View File
@@ -7,3 +7,12 @@
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/powerline.vim"]
path = bundle/powerline.vim
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/vimerl"]
path = bundle/vimerl
url = git://github.com/jimenezrick/vimerl.git
+1
Submodule bundle/ctrlp.vim added at e61e7d5b80
Submodule
+1
Submodule bundle/vimerl added at e36e0e8d69
+5 -1
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