Skip to content

Instantly share code, notes, and snippets.

View amyjuanli's full-sized avatar

Juan Li amyjuanli

View GitHub Profile
@amyjuanli
amyjuanli / .vimrc
Created January 3, 2019 13:42 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on
@amyjuanli
amyjuanli / fcc-redux
Created October 20, 2018 10:35
FCC redux
https://learn.freecodecamp.org/front-end-libraries/redux/