Temporarily revert "Fixing cygwin based on PR #168"
This reverts commit a7c8577e7f
.
Reverting as we've had several complaints since this was added in. Will
let @heinst reinvestigate adding this back.
This commit is contained in:
parent
a9528f77e0
commit
d2c6980c77
1 changed files with 1 additions and 16 deletions
|
@ -8,7 +8,7 @@
|
||||||
" http://zenorocha.mit-license.org
|
" http://zenorocha.mit-license.org
|
||||||
"
|
"
|
||||||
" @author Trevor Heins <@heinst>
|
" @author Trevor Heins <@heinst>
|
||||||
" @author Everton Ribeiro <nuxlli@gmail.com>
|
" @author Éverton Ribeiro <nuxlli@gmail.com>
|
||||||
" @author Zeno Rocha <hi@zenorocha.com>
|
" @author Zeno Rocha <hi@zenorocha.com>
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
@ -121,18 +121,3 @@ hi cssBraces ctermfg=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE
|
||||||
hi TabLineFill guifg=#333333 guibg=#1e1f29 gui=none
|
hi TabLineFill guifg=#333333 guibg=#1e1f29 gui=none
|
||||||
hi TabLine guifg=#666666 guibg=#1e1f29 gui=none
|
hi TabLine guifg=#666666 guibg=#1e1f29 gui=none
|
||||||
hi TabLineSel guifg=WHITE guibg=#1e1f29 gui=none
|
hi TabLineSel guifg=WHITE guibg=#1e1f29 gui=none
|
||||||
|
|
||||||
"-------------------
|
|
||||||
"
|
|
||||||
"cygwin has an annoying behavior where it resets background to light
|
|
||||||
"regardless of what is set above, so we force it yet again
|
|
||||||
"
|
|
||||||
"add these to get cygwin shell working when used to ssh into a centos6 vm
|
|
||||||
"this requires your TERM=xterm-256color in the guest vm
|
|
||||||
"- one way to do this is to append to /home/vagrant/.bash_profile ala:
|
|
||||||
" TERM=xterm-256color
|
|
||||||
" export $TERM
|
|
||||||
|
|
||||||
execute "set background=dark"
|
|
||||||
highlight clear
|
|
||||||
"-------------------
|
|
||||||
|
|
Loading…
Reference in a new issue