Created
October 22, 2014 22:11
-
-
Save zmagg/8a4302cdd696a6d575f1 to your computer and use it in GitHub Desktop.
vimrc
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
syntax on | |
set number | |
filetype plugin on | |
set nocompatible | |
set modelines=0 | |
filetype plugin indent on | |
syntax on | |
set expandtab | |
set shiftwidth=4 | |
set tabstop=4 | |
set ruler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment