Skip to content

Instantly share code, notes, and snippets.

View NinoScript's full-sized avatar
🎩
Working my way to FI/RE

Cristián Arenas Ulloa NinoScript

🎩
Working my way to FI/RE
View GitHub Profile
@NinoScript
NinoScript / gist:4140437
Created November 24, 2012 16:41
yet another .vimrc
" Vim Pathogen
runtime bundle/vim-pathogen/autoload/pathogen.vim
call pathogen#infect()
call pathogen#helptags()
" General Settings
set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=4