Skip to content

Instantly share code, notes, and snippets.

@drewsmith
Last active January 16, 2018 04:44
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 drewsmith/3aed28c7c9ebc289de4b059e66d47f0e to your computer and use it in GitHub Desktop.
Save drewsmith/3aed28c7c9ebc289de4b059e66d47f0e to your computer and use it in GitHub Desktop.
.vimrc starter
set softtabstop=2 " 1 tab = 2 spaces
set expandtab " use spaces not tabs
set number " show line numbers
set showcmd " show commands in gutter
set cursorline " draw line on current line
set wildmenu " autocomplete for menu
set showmatch " highlight matching on brackets
set foldenable " show folds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment