Created
December 18, 2017 17:44
-
-
Save ManWithBear/c4e65d8da6935a768ec4c017afed529d to your computer and use it in GitHub Desktop.
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 " syntax highlightnig | |
set number " add line number | |
set mouse=a " enable mouse | |
set ruler " cursor position in bottom right corner | |
set tabstop=4 " number of spaces per tab | |
set autoindent " start new line on same indentation | |
set expandtab " use spaces instead of tabs | |
filetype on " try to understand type of file for highlighting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment