Skip to content

Instantly share code, notes, and snippets.

View juliosueiras's full-sized avatar

Julio Sueiras juliosueiras

View GitHub Profile
@juliosueiras
juliosueiras / .vimrc
Created November 12, 2017 18:37 — forked from josephjoice/.vimrc
set noswapfile
set clipboard=unnamed
set nocompatible " be iMproved, required
filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'