added pathogen, always show status line

main
mandlm 2018-05-08 20:55:04 +02:00
parent 21585364d3
commit af24234d7e
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,6 @@
" pathogen
execute pathogen#infect()
" auto indent
filetype plugin indent on
@ -11,6 +14,9 @@ set shiftwidth=4
" line numbers
set number
" always enable status line
set laststatus=2
" themes
colorscheme elflord
@ -19,3 +25,4 @@ set guioptions-=r
set guioptions-=L
set guioptions-=m
set guioptions-=T