Skip to content

Instantly share code, notes, and snippets.

View luizpaulogodoy's full-sized avatar

Luiz Paulo Godoy luizpaulogodoy

  • Bleu
  • Recife, Pernambuco, Brazil
View GitHub Profile
@luizpaulogodoy
luizpaulogodoy / .vimrc
Last active June 11, 2018 21:46 — forked from henriquemenezes/.vimrc
.vimrc
set nocompatible " be iMproved, required
filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim " set the runtime path to include Vundle
call vundle#begin() " and initialize
" Keep Plugin commands between vundle#begin/end.
Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'kien/ctrlp.vim'