Created
February 25, 2015 02:26
-
-
Save volkstrader/e7c9feafdc63968bd60e to your computer and use it in GitHub Desktop.
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
set nocompatible | |
filetype plugin on | |
if has("autocmd") | |
filetype on | |
autocmd FileType html setlocal ts=2 sts=2 sw=2 expandtab | |
autocmd FileType javascript setlocal ts=4 sts=4 sw=4 noexpandtab | |
endif | |
set mouse=a | |
set nu | |
set wildmenu | |
set wildmode=full | |
set hlsearch | |
set incsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment