9 lines
164 B
VimL
9 lines
164 B
VimL
|
execute pathogen#infect()
|
||
|
execute pathogen#helptags()
|
||
|
syntax on
|
||
|
filetype plugin indent on
|
||
|
|
||
|
set background=dark
|
||
|
let g:solarized_termcolors=256
|
||
|
colorscheme solarized
|