Skip to content

Instantly share code, notes, and snippets.

@bazi
Last active September 29, 2020 12:23
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 bazi/1bfea2f8339d35e7da4c6d40be74bd38 to your computer and use it in GitHub Desktop.
Save bazi/1bfea2f8339d35e7da4c6d40be74bd38 to your computer and use it in GitHub Desktop.
my vimrc
" settings for vim
" 2016-20xx, Azilet
"
" set tab width and replace it with spaces
set tabstop=4
set shiftwidth=4
set expandtab
set nu
set ruler " not set on macos
set cursorline
" explicitly enable syntax highlighting
" this is added from mac as it is not enabled by default
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment