always show vim-airline, add untracked files

This commit is contained in:
Oliver Ladner 2014-01-21 22:24:23 +01:00
commit 5961a0c200
8 changed files with 3060 additions and 1 deletions

3
.vimrc
View file

@ -2,7 +2,6 @@
execute pathogen#infect()
syntax on
syntax enable
filetype on
filetype indent plugin on
set modeline
@ -46,3 +45,5 @@ map <silent> <F12> :if &background == "light"<CR>
\endif<CR>
set t_Co=256
" always show vim-airline
set laststatus=2