Skip to content

Instantly share code, notes, and snippets.

@alexklyuev
Created December 12, 2013 16:12
Show Gist options
  • Save alexklyuev/7930575 to your computer and use it in GitHub Desktop.
Save alexklyuev/7930575 to your computer and use it in GitHub Desktop.
vim 2 space indentation and netrw on.
set nocompatible
set expandtab
set tabstop=2
set shiftwidth=2
set autoindent
set smartindent
filetype plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment