vim 高亮行号配置

xiaoxiao2021-02-28  120

这么多年的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

转载请注明原文地址: https://www.6miu.com/read-38622.html

最新回复(0)