Skip to content

Instantly share code, notes, and snippets.

@justinjpacheco
justinjpacheco / vimrc
Last active June 10, 2018 12:15
vimrc
syntax on
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab
set autoindent
set ruler
set ls=2
set background=dark
set nocompatible