Last active
December 31, 2015 15:49
-
-
Save ppdeassis/8008950 to your computer and use it in GitHub Desktop.
Vim rc
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 highlighting | |
syntax on | |
" tab to 2 spaces | |
set tabstop=2 shiftwidth=2 expandtab | |
" line numbers | |
set number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment