vim 高亮行号配置

来源:互联网 发布:围棋 人工智能算法 编辑:程序博客网 时间:2024/05/21 08:53

这么多年的vim白用了

execute pathogen#infect()

” line number
set nu
set backup
set nobackup
set nowb
set noswapfile
set helplang=cn
“set list
” tab length
set ts=1
set expandtab

” high light search info
set hlsearch

” Makes search act like search in modern browsers
set incsearch

” Show matching brackets when text indicator is over them
set showmatch

” Enable syntax highlighting
syntax enable

try
colorscheme desert
catch
endtry

set background=dark

set ai “Auto indent
“set si “Smart indent
set wrap “Wrap lines

0 0
原创粉丝点击