Skip to content

Instantly share code, notes, and snippets.

@geekyouth
Created December 16, 2019 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geekyouth/3b3f579efb5c2b9f17bdd6fb6de98724 to your computer and use it in GitHub Desktop.
Save geekyouth/3b3f579efb5c2b9f17bdd6fb6de98724 to your computer and use it in GitHub Desktop.
.vimrc---vim 配置
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set nu " 显示行号
set ignorecase " 搜索时忽略大小写
set showcmd " 显示执行的命令
syntax on " 语法高亮
filetype on "检测文件类型
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment