Skip to content

Instantly share code, notes, and snippets.

@wes-goulet
Created March 31, 2016 20:44
Show Gist options
  • Save wes-goulet/c419b994eed13345df59e4d858056bc1 to your computer and use it in GitHub Desktop.
Save wes-goulet/c419b994eed13345df59e4d858056bc1 to your computer and use it in GitHub Desktop.
My goto vim profile
set shiftwidth=4 softtabstop=4
set expandtab
set incsearch ignorecase hlsearch
colorscheme elflord
set number
syntax on
set backspace=indent,eol,start
set cindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment