Skip to content

Instantly share code, notes, and snippets.

View jairhenrique's full-sized avatar
:shipit:

Jair Henrique jairhenrique

:shipit:
View GitHub Profile
@renanivo
renanivo / .vimrc
Last active September 5, 2015 01:25
My .vimrc
" Import dotVIM (https://github.com/renanivo/dotvim)
source ~/.vim/vimrc
" Usability {{{
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set foldmethod=marker