update vimrc to load pathogen from bundle dir and change colorscheme to molokai
This commit is contained in:
parent
99b0de3ad8
commit
1d572a9e12
8
vimrc
8
vimrc
@ -1,12 +1,16 @@
|
||||
" load pathogen from bundle dir
|
||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||
"load pathogen plugins
|
||||
call pathogen#infect()
|
||||
|
||||
set nocompatible
|
||||
set encoding=utf-8
|
||||
set background=dark
|
||||
colorscheme dante
|
||||
set showcmd
|
||||
|
||||
set background=dark
|
||||
colorscheme molokai
|
||||
let g:molokai_original = 1
|
||||
|
||||
"always show status bar
|
||||
set laststatus=2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user