Last active
August 29, 2015 14:24
-
-
Save carld/2d431b7e8c921e1ffea3 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
:filetype plugin on | |
set softtabstop=2 | |
set shiftwidth=2 | |
set tabstop=8 | |
set expandtab | |
set autoindent | |
set lisp | |
set showmatch | |
set matchtime=5 | |
set smartcase | |
syntax enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment