Skip to content

Instantly share code, notes, and snippets.

@rohitasva
Last active September 6, 2015 04:18
Show Gist options
  • Save rohitasva/24d3900e00ca46d5f804 to your computer and use it in GitHub Desktop.
Save rohitasva/24d3900e00ca46d5f804 to your computer and use it in GitHub Desktop.
syntax on
set nu
set nocompatible
set backspace=2
set expandtab
set shiftwidth=2
set softtabstop=2
filetype plugin indent on
autocmd BufNewFile,BufRead *.nix set ft=javascript
set vb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment