solarized for vim

~/.vimrc


syntax enable

syntax on


set background=dark     " 你可以改成 light or dark
if !has('gui_running')
  set term=xterm
  set t_Co=256
endif
let g:solarized_termcolors = 256
colorscheme solarized


set nu


" Set syntax highlighting for specific file types
autocmd BufRead,BufNewFile Appraisals set filetype=ruby
autocmd BufRead,BufNewFile *.md set filetype=markdown
autocmd Syntax javascript set syntax=jquery


" Color scheme
"colorscheme solarized
highlight NonText guibg=#060606
highlight Folded  guibg=#0A0A0A guifg=#9090D0


source $VIMRUNTIME/ruby-macros.vim


" Backspace deletes like most programs in insert mode
set backspace=2


" Show the cursor position all the time
set ruler


" Display incomplete commands
set showcmd


" Set fileencodings
set fileencodings=utf-8,bg18030,gbk,big5
filetype plugin indent on


" Softtabs, 2 spaces
set tabstop=2
set shiftwidth=2
set shiftround
set expandtab


" Display extra whitespace
set list listchars=tab:»·,trail:·


" Make it obvious where 80 characters is
set textwidth=80
set colorcolumn=+1


" Numbers
""set number
set numberwidth=5
set matchpairs+=<:>
set hlsearch


" Highlight current line
""au WinLeave * set nocursorline nocursorcolumn
""au WinEnter * set cursorline cursorcolumn
""set cursorline cursorcolumn



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值