Skip to content

Instantly share code, notes, and snippets.

View dontrebootme's full-sized avatar
📚
beep boop

Patrick O'Connor dontrebootme

📚
beep boop
View GitHub Profile
" remap leader from \ to ,
let mapleader = ","
call plug#begin()
Plug 'fatih/vim-go'
Plug 'fatih/molokai'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'hynek/vim-python-pep8-indent'
Plug 'elzr/vim-json'
Plug 'Yggdroot/indentLine'