摘要:
set nocompatible " 关闭 vi 兼容模式 syntax on " 自动语法高亮 " colorscheme molokai " 设定配色方案 set number " 显示行号 set cursorline " 突出显示当前行 set ruler " 打开状态栏标尺 set shi 阅读全文
摘要:
" llvm CODING GUIDELines conformance for VIM" $Revision$"" Maintainer: The LLVM Team, http://llvm.org" WARNING: Read before you source in all these... 阅读全文
摘要:
把以下设置添加到.vimrc中。set encoding=utf-8set fileencodings=utf-8,chinese,latin-1if has("win32") set fileencoding=chineseelse set fileencoding=utf-8endiflangu... 阅读全文