Skip to content

Instantly share code, notes, and snippets.

View njbraun's full-sized avatar

Nick Braun njbraun

  • Seattle, WA
  • 11:15 (UTC -07:00)
View GitHub Profile
@njbraun
njbraun / .vimrc
Created June 10, 2017 17:34
Vim Config
call plug#begin('~/.vim/plugged')
Plug 'pangloss/vim-javascript'
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
Plug 'mhartington/oceanic-next'
Plug 'christoomey/vim-tmux-navigator'
Plug 'Yggdroot/indentLine'
Plug 'flazz/vim-colorschemes'
Plug 'jiangmiao/auto-pairs'