vimdiff配色

[root@SUPER]# cat ~/.vimrc
set t_Co=256
if ! has("gui_running")
    set t_Co=256
    endif
if &diff
    colors blue
endif
set nu
set tabstop=4
set history=100
set ic
set syntax=c
set autoindent
syntax on
 

你可能感兴趣的:(linux)