mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
more superficial changes
This commit is contained in:
parent
c1feb63130
commit
fade7c76ea
1 changed files with 7 additions and 12 deletions
11
home/vimrc
11
home/vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue