Last active
October 4, 2015 10:27
-
-
Save roryhardy/2620825 to your computer and use it in GitHub Desktop.
Make VIM look nice in OSX
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 ai " auto indenting | |
set nu " show line numbers | |
set ruler " show the cursor position | |
set hlsearch " highlight the last searched term | |
set history=100 " keep 100 lines of history | |
syntax on " syntax highlighting | |
filetype plugin on " use the file type plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment