Skip to content

Instantly share code, notes, and snippets.

View taisytran's full-sized avatar
:electron:
Blue in your eyes

Tai Tran taisytran

:electron:
Blue in your eyes
  • 21:24 (UTC +07:00)
View GitHub Profile
@taisytran
taisytran / init.vim
Created November 4, 2019 16:15 — forked from skydevht/after:ftplugin:javascript.vim
My Neovim configuration
" Plugins {{{1
call plug#begin()
" Language
Plug 'sheerun/vim-polyglot'
Plug 'reasonml-editor/vim-reason-plus'
Plug 'mattn/emmet-vim'
Plug 'tpope/vim-surround'
Plug 'w0rp/ale'
" Integration
@taisytran
taisytran / introrx.md
Created January 23, 2018 12:37 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing