Skip to content

Instantly share code, notes, and snippets.

View thotmx's full-sized avatar

Hermes Ojeda Ruiz thotmx

  • México
View GitHub Profile
@thotmx
thotmx / vim_short.md
Last active January 23, 2016 21:44 — forked from apux/1_vim_short.md
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Agregar estas líneas al archivo ~/.vimrc

execute pathogen#infect()
set nocompatible