Vim配置

来源:互联网 发布:网络教学的弊端英文 编辑:程序博客网 时间:2024/06/06 12:41
我自己用的Vim的配置,用起来比较好使,里面的配置代码也很好懂,不多说啦,看配置文件。
"Use vundle to manage pluginfiletype offset nocompatibleset rtp+=~/.vim/bundle/vundlecall vundle#rc()"Let vundle manage vundle.requiredBundle 'gmarik/vundle'"My bundles here:Bundle 'altercation/vim-colors-solarized'"Brief help of vundle":BundleList":BundleInstall":BundleSearch":BundleClean":help vundle"End brief help"Show line number command status line and so onset history=1000set rulerset numberset showcmdset showmodeset laststatus=2set cmdheight=2set scrolloff=3"Fill space between windowsset fillchars=stl:\ ,stlnc:\ ,vert:\"Turn off annoying error soundset noerrorbellsset novisualbellset t_vb="Turn off splash screenset shortmess=atI"suntax and themesyntax oncolorscheme desertset background=dark"set cursorcolumnset cursorline"configure backspace to be able to across two linesset backspace=2set whichwrap+=<,>,h,l"Tab and indentset expandtabset smarttabset shiftwidth=4set tabstop=4set autoindentset cindent"Files,backups and encodingset nobackupset noswapfileset autoreadset autowriteset autochdirset fileencodings=utf-8set fileformats=unix,dos,macfiletype plugin onfiletype indent on"Text search and replace set showmatchset matchtime=2set hlsearchset incsearchset ignorecaseset smartcaseset magicset lazyredrawset nowrapscanset iskeyword+=_,$,@,%,#,-,.

0 0
原创粉丝点击