Created
February 28, 2022 21:34
-
-
Save neoatlantis/45c52dc26fb7a9484e6f53475bf46337 to your computer and use it in GitHub Desktop.
My vimrc
This file contains hidden or 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 encoding=utf8 | |
set langmenu=zh_CN.UTF-8 | |
set imcmdline | |
color darkspectrum | |
syntax on | |
set softtabstop=4 shiftwidth=4 expandtab autoindent | |
set nu | |
set guioptions=em | |
set showtabline=2 | |
set colorcolumn=79 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment