always show vim-airline, add untracked files
This commit is contained in:
parent
352a9773ff
commit
5961a0c200
8 changed files with 3060 additions and 1 deletions
3
.vimrc
3
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue