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

gvim 常用配置

时间:2016-11-24 15:18:46      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:tin   常用   bsp   ace   back   arc   style   nbsp   idt   

set nocompatible
set nu!
filetype on 
set history=1000
syntax on 
set autoindent
set ai!
"set bg=dark
set autoindent
set smartindent
set backspace=2 
au BufNewFile,BufRead *.vh setf verilog 
set hlsearch 
set incsearch 
set gdefault 
if has("gui_running")
    set cursorline 
    hi cursorline guibg = #555555
    set cursorcolumn
    hi cursorcolumn guibg = #555555
set shiftwidth=4
set showmatch 
set ruler
set incsearch 
colorscheme desert 

au BufNewFile,BufRead *.f set filetype=verilog 
au BufNewFile,BufRead *.vh set filetype=verilog
au BufNewFile,BufRead *.sv set filetype=verilog 
au BufNewFile,BufRead *.vp set filetype=verilog 
au BufNewFile,BufRead *.svp set filetype=verilog 

 

gvim 常用配置

标签:tin   常用   bsp   ace   back   arc   style   nbsp   idt   

原文地址:http://www.cnblogs.com/Bnian/p/6097322.html

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