Skip to content

Instantly share code, notes, and snippets.

View Isidro-hernndez's full-sized avatar

Isidro Hernandez Gregorio Isidro-hernndez

View GitHub Profile
set encoding=utf-8
scriptencoding utf-8
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'vim-scripts/Align'