Created
December 16, 2019 02:39
-
-
Save geekyouth/3b3f579efb5c2b9f17bdd6fb6de98724 to your computer and use it in GitHub Desktop.
.vimrc---vim 配置
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
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