vim 配色方案
程序员文章站
2024-03-19 17:38:04
...
set nocompatible
2 set nu!
3 set history=1000
4 set background=dark
5 syntax on
6 set autoindent
7 set cindent
8 set smartindent
9 set tabstop=4
10 set shiftwidth =4
11 set ai!
12 set showmatch
13 set guioptions-=T
14 set vb t_vb=
15 set ruler
16 set nohls
17 set incsearch
18 set backspace=2
19 colorscheme solarized
20 set cursorline
21 set cursorcolumn
22 highlight CursorLine cterm=NONE ctermbg=black ctermfg=green guibg=NONE guifg=NONE
23 highlight CursorColumn cterm=NONE ctermbg=black ctermfg=green guibg=NONE guifg=NONE
2 set nu!
3 set history=1000
4 set background=dark
5 syntax on
6 set autoindent
7 set cindent
8 set smartindent
9 set tabstop=4
10 set shiftwidth =4
11 set ai!
12 set showmatch
13 set guioptions-=T
14 set vb t_vb=
15 set ruler
16 set nohls
17 set incsearch
18 set backspace=2
19 colorscheme solarized
20 set cursorline
21 set cursorcolumn
22 highlight CursorLine cterm=NONE ctermbg=black ctermfg=green guibg=NONE guifg=NONE
23 highlight CursorColumn cterm=NONE ctermbg=black ctermfg=green guibg=NONE guifg=NONE