2019-01-04 22:47:25 +00:00
|
|
|
execute pathogen#infect()
|
2016-11-19 22:49:34 +00:00
|
|
|
|
2019-01-04 22:47:25 +00:00
|
|
|
let g:lightline = {'colorscheme': 'wombat'}
|
2016-11-19 22:49:34 +00:00
|
|
|
|
|
|
|
cmap w!! w !sudo tee >/dev/null %
|
|
|
|
:set mouse=a
|
|
|
|
|
2019-01-04 22:47:25 +00:00
|
|
|
syntax on
|
2016-11-19 22:49:34 +00:00
|
|
|
filetype plugin indent on
|
2019-01-04 22:47:25 +00:00
|
|
|
|
|
|
|
set laststatus=2
|
|
|
|
|
|
|
|
if !has('gui_running')
|
|
|
|
set t_Co=256
|
|
|
|
endif
|
|
|
|
|
|
|
|
set background=dark
|
|
|
|
colorscheme peaksea
|