码迷,mamicode.com
首页 > 系统相关 > 详细

半兽人的"vimrc"

时间:2017-06-07 14:31:05      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:style   base   width   ber   arc   cursor   any   logs   bom   

 1 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 2 " vim setting
 3 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 4 filetype off
 5 
 6 set nu!
 7 
 8 set background=dark
 9 colorscheme molokai
10 
11 syntax on
12 
13 set tabstop=4
14 set softtabstop=4
15 set shiftwidth=4
16 
17 set ruler
18 set number
19 set cursorline
20 set laststatus=1
21 
22 set hlsearch
23 
24 set encoding=utf-8
25 set fileencodings=ucs-bom,utf-8,cp936
26 set fileencoding=gb2312
27 set termencoding=utf-8
28 
29 set guifont=Courier\ New:h12
30 
31 
32 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
33 " cscope setting
34 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
35 if has("cscope")
36   set csprg=/usr/bin/cscope
37   set csto=1
38   set cst
39   set nocsverb
40   " add any database in current directory
41   if filereadable("cscope.out")
42       cs add cscope.out
43   endif
44   set csverb
45 endif

 

+:

1. taglist.vim/ctags/csope/molokai

 

半兽人的"vimrc"

标签:style   base   width   ber   arc   cursor   any   logs   bom   

原文地址:http://www.cnblogs.com/banshouren/p/6956281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!