Skip to content

Instantly share code, notes, and snippets.

View halinh12310's full-sized avatar

Phan Haf halinh12310

  • Startup007
  • Chiba, Japan
View GitHub Profile
@halinh12310
halinh12310 / init.vim
Created August 11, 2019 12:25 — forked from prkstaff/init.vim
My NeoVim config + Dracula theme + NerdTree
"*****************************************************************************
"" Vim-PLug core
"*****************************************************************************
if has('vim_starting')
set nocompatible " Be iMproved
endif
let vimplug_exists=expand('~/.config/nvim/autoload/plug.vim')
let g:vim_bootstrap_langs = "javascript,php,python,ruby"
@halinh12310
halinh12310 / reactive_systems_bibliography.md
Created December 15, 2017 15:32 — forked from brendanzab/reactive_systems_bibliography.md
A reading list that I'm collecting while building my Rust ES+CQRS framework: https://github.com/brendanzab/chronicle

Functional, Reactive, and Distributed Systems Bibliography

Books