1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

more superficial changes

This commit is contained in:
Connor Olding 2021-10-19 11:56:42 +02:00
parent c1feb63130
commit fade7c76ea

View file

@ -369,15 +369,10 @@ set list listchars=tab:»·,trail:·,extends:…,nbsp:‗
try | exec pathogen#infect() | catch /E117/ | endtry
let g:netrw_banner=0
let g:netrw_fastbrowse = 0 " so THAT'S what's been causing me agony
set background=dark
try
colorscheme property16
catch /E185/
colorscheme desert
endtry
let g:netrw_fastbrowse = 0 " so THAT'S what's been causing me agony
try | colorscheme property16 | catch /E185/ | colorscheme desert | endtry
" ctrlp {{{1
@ -388,5 +383,5 @@ let g:ctrlp_match_window='bottom,order:btt,min:1,max:24,results:24'
let s:hostname=hostname()
if s:hostname == "phantom-pi" || s:hostname == "wraith"
colo Tomorrow-Night
colorscheme Tomorrow-Night
endif