Last active
August 6, 2021 23:17
-
-
Save MarkZhangTW/2672d8e592de4a88001eb002ce8d778d 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 background=dark | |
set number | |
highlight LineNr ctermfg=blue | |
syntax on | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set smarttab | |
set autoindent | |
set smartindent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move to https://github.com/markzhang1996/rc/