added pathogen, always show status line
parent
21585364d3
commit
af24234d7e
|
@ -1,3 +1,6 @@
|
||||||
|
" pathogen
|
||||||
|
execute pathogen#infect()
|
||||||
|
|
||||||
" auto indent
|
" auto indent
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
@ -11,6 +14,9 @@ set shiftwidth=4
|
||||||
" line numbers
|
" line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
" always enable status line
|
||||||
|
set laststatus=2
|
||||||
|
|
||||||
" themes
|
" themes
|
||||||
colorscheme elflord
|
colorscheme elflord
|
||||||
|
|
||||||
|
@ -19,3 +25,4 @@ set guioptions-=r
|
||||||
set guioptions-=L
|
set guioptions-=L
|
||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue