Created
March 31, 2016 20:44
-
-
Save wes-goulet/c419b994eed13345df59e4d858056bc1 to your computer and use it in GitHub Desktop.
My goto vim profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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