vim簡單配色

vim ~/.vimrcvim

set nocompatible
syntax on
set t_CO=256
set linespace=16
set autowriteall
set tabstop=8
set expandtab
set softtabstop=4
set shiftwidth=4
set backspace=indent,eol,start

保存後vim就有顏色了,如圖:spa

clipboard.png

相關文章
相關標籤/搜索