Skip to content

Instantly share code, notes, and snippets.

View olimpiurob's full-sized avatar

Olimpiu Rob olimpiurob

View GitHub Profile
@olimpiurob
olimpiurob / .vimrc
Created October 19, 2015 18:19 — forked from david-batranu/.vimrc
plug-only vim, requires a ~/.vim/backups folder for persistent undo
call plug#begin('~/.vim/plugged')
Plug 'kien/ctrlp.vim'
Plug 'kien/rainbow_parentheses.vim'
Plug 'jeetsukumaran/vim-gazetteer'
Plug 'scrooloose/syntastic'
Plug 'scrooloose/nerdtree'
Plug 'vim-scripts/AutoComplPop'
Plug 'Yggdroot/indentLine'
Plug 'groenewege/vim-less'