备份一下在用的.vimrc配置

syntax on
colorscheme 颜色主题名称
set number
set autoread
set cindent
set expandtab
set shiftwidth=4
set tabstop=4
set softtabstop=4
set fileencodings=utf-8,gbk
let g:loaded_matchparen=1

let g:loaded_matchparen=1是为了去掉自动高亮匹配括号的功能,因为这个功能容易让人看不清光标所在位置

个人比较喜欢用github.vim

截图:

snap

下载地址:

http://www.vim.org/scripts/script.php?script_id=2855

要放在~/.vim/colors/下面:

mkdir -p ~/.vim/colors
cp github.vim ~/.vim/colors

 

posted @ 2014-10-12 20:35  intervention  阅读(233)  评论(0编辑  收藏  举报