我的vimrc
1 #set number 2 set showmatch 3 set hlsearch 4 set incsearch 5 set ruler 6 set cursorline 7 set cursorcolumn 8 9 set tabstop=2 10 set expandtab 11 set shiftwidth=2 12 set autoindent 13 set nocompatible 14 set backspace=indent,eol,start 15 16 syntax on 17 18 au BufNewFile,BufRead *.gv setf Verilog 19 au BufNewFile,BufRead *.sv set filetype=systemverilog 20 21 map <F5> :e! <CR> 22 map <F11> :set autoindent<CR> 23 map <F12> :set noautoindent<CR>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。