Created
September 9, 2016 04:39
-
-
Save LockeBirdsey/c2f5883f395ab472be07dec1ed8d5b33 to your computer and use it in GitHub Desktop.
super basic vimrc
This file contains 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 nu | |
syn on | |
set tabstop=4 | |
set softtabstop=4 | |
set ruler | |
set visualbell | |
set so=7 | |
set showmatch | |
set ai | |
set si | |
set wrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment