Skip to content

Instantly share code, notes, and snippets.

@aduartem
Created August 30, 2016 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aduartem/5c4c5e7cfa8772f2274c68e2515d53b6 to your computer and use it in GitHub Desktop.
Save aduartem/5c4c5e7cfa8772f2274c68e2515d53b6 to your computer and use it in GitHub Desktop.
.vimrc for developers
set enc=utf-8
set fenc=utf-8
set termencoding=utf-8
set nocompatible
set autoindent
set smartindent
set expandtab
set tabstop=2
set shiftwidth=2
set textwidth=120
set t_Co=256
set showmatch
syntax on
set number
set comments=sl:/*,mb:\ *,elx:\ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment