Created
March 14, 2016 14:31
-
-
Save grantmcconnaughey/b341cddabd950d5da5ef to your computer and use it in GitHub Desktop.
My .vimrc
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
syntax on | |
filetype indent on | |
set number | |
set autoindent | |
set tabstop=4 | |
set expandtab | |
set shiftwidth=4 | |
highlight LineNr ctermfg=grey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment