(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| "Chuck this in [a vim runtime]/nerdtree_plugin/gitignore_filter.vim | |
| if exists("loaded_nerdtree_gitignore_filter") | |
| finish | |
| endif | |
| let loaded_nerdtree_gitignore_filter = 1 | |
| call NERDTreeAddPathFilter('NERDTreeGitIgnoreFilter') |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.