Skip to content

Instantly share code, notes, and snippets.

@ed1d1a8d
Last active January 9, 2021 08:14
Show Gist options
  • Save ed1d1a8d/874b00bfd2cd7183177fc9b11b610400 to your computer and use it in GitHub Desktop.
Save ed1d1a8d/874b00bfd2cd7183177fc9b11b610400 to your computer and use it in GitHub Desktop.
vimrc
set softtabstop=4 shiftwidth=4 expandtab
set autoindent
set number
set colorcolumn=81
autocmd BufWritePre * %s/\s\+$//e
set backspace=indent,eol,start
filetype indent plugin on
syntax enable
set background=dark
colorscheme solarized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment