mirror of
https://github.com/amix/vimrc
synced 2025-06-17 02:15:01 +08:00
Fixed some issues with terminal setup
This commit is contained in:
@ -36,7 +36,7 @@ if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
|
||||
let g:colors_name = expand("<sfile>:t:r")
|
||||
let g:colors_name = "peaksea"
|
||||
|
||||
" I don't want to abuse folding, but here folding is used to avoid confusion.
|
||||
if &background=='light'
|
||||
|
Reference in New Issue
Block a user