Skip to content

Instantly share code, notes, and snippets.

@zioproto
Created September 24, 2018 08:13
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 zioproto/0a89c30af7cd14d1e6e8a8c7bb954998 to your computer and use it in GitHub Desktop.
Save zioproto/0a89c30af7cd14d1e6e8a8c7bb954998 to your computer and use it in GitHub Desktop.
set number
set noai
set noautoindent
set fo=
set background=dark
syntax on
"set tabstop=4 shiftwidth=4 expandtab
set nocompatible
set backspace=2
autocmd BufWritePre * %s/\s\+$//e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment