Skip to content

Instantly share code, notes, and snippets.

@mhebing
Last active June 10, 2020 07:28
Show Gist options
  • Select an option

  • Save mhebing/bf39b6915e592f7d57e2 to your computer and use it in GitHub Desktop.

Select an option

Save mhebing/bf39b6915e592f7d57e2 to your computer and use it in GitHub Desktop.
Basic .vimrc
set expandtab
set autoindent
set tabstop=2
set shiftwidth=2
set textwidth=80
set pastetoggle=<F10>
set spell
au BufNewFile,BufRead *.md set filetype=markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment