Created
November 6, 2014 19:24
-
-
Save morganwilde/78eb56022f55e9c2fbd9 to your computer and use it in GitHub Desktop.
vimrc
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 nocompatible | |
set expandtab | |
set autoindent | |
set smartindent | |
set softtabstop=4 | |
set tabstop=4 | |
set shiftwidth=4 | |
set showmatch | |
set ruler | |
set nohls | |
set number | |
set wrap | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment