Skip to content

Instantly share code, notes, and snippets.

@MarkZhangTW
Last active August 6, 2021 23:17
Show Gist options
  • Save MarkZhangTW/2672d8e592de4a88001eb002ce8d778d to your computer and use it in GitHub Desktop.
Save MarkZhangTW/2672d8e592de4a88001eb002ce8d778d to your computer and use it in GitHub Desktop.
My vimrc
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
@MarkZhangTW
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment