Skip to content

Instantly share code, notes, and snippets.

@volkstrader
Created February 25, 2015 02:26
Show Gist options
  • Save volkstrader/e7c9feafdc63968bd60e to your computer and use it in GitHub Desktop.
Save volkstrader/e7c9feafdc63968bd60e to your computer and use it in GitHub Desktop.
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