set expandtab set nobackup set nosmartindent set noautoindent set ruler au BufRead,BufNewFile *.sv set filetype=systemverilog au BufRead,BufNewFile *.vh set filetype=systemverilog au BufRead,BufNewFile *.vt set filetype=systemverilog au BufRead,BufNe
学习python时想要在gvim中配置python的编译环境,网上找到一个比较好用的vimrc配置,保存下来以备下次有需要. set encoding=utf-8 set termencoding=utf-8 set fileencodings=utf-8,chinese,latin-1 if has("win32") set fileencoding=chinese else set fileencoding=utf-8 endif language messages zh_CN.u
windows "# modified by Neoh set helplang=cn "使用中文帮助文档 set encoding=utf-8 "查看utf-8格式的帮助文档 set fileencodings=utf-8,gbk,utf8 "支持打开gbk格式的文件 colorscheme desert "设置窗口颜色 set guifont=Bitstream\ Vera\ Sans\ Mono\ 12 "设置字体为Bitstream Ve
fankcoder@fankcoder:~$ cat ~/.vimrclet Tlist_Auto_Highlight_Tag=1 let Tlist_Auto_Open=1 let Tlist_Auto_Update=1 let Tlist_Display_Tag_Scope=1 let Tlist_Exit_OnlyWindow=1 let Tlist_Enable_Dold_Column=1 let Tlist_File_Fold_Auto_Close=1 let Tlist_Show_O
" All system-wide defaults are set in $VIMRUNTIME/debian.vim and sourced by" the call to :runtime you can find below. If you wish to change any of those" settings, you should do it in this file (/etc/vim/vimrc), since debian.vim" will
,gb2312,gbk,gb18030,big5 "去掉vi一致性 set nocompatible ""设置行号 set number "打开文件类型自动检测功能 filetype on ""记录历史行数 "设置背景色 set background=dark ""设置语法高亮 syntax enable syntax on "配色方案 colorscheme desert "自动对齐 set a