Created
November 16, 2016 14:43
-
-
Save lmatteis/141b4e925ab21e588807d3b87fb051ff 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
set tabstop=2 " tab width is 4 spaces | |
set shiftwidth=2 " indent also with 4 spaces | |
set expandtab | |
syntax on " syntax highlighting | |
filetype indent on " activates indenting for files | |
set autoindent " auto indenting | |
set number " line numbers | |
colorscheme desert " colorscheme desert | |
set nobackup " get rid of anoying ~file | |
set scrolloff=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment