Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreypopp/vim-flow-outline

Outline for JS modules with Flow
https://github.com/andreypopp/vim-flow-outline

ctrlp flow flowtype fzf javascript js vim

Last synced: 21 days ago
JSON representation

Outline for JS modules with Flow

Awesome Lists containing this project

README

        

# vim-flow-outline

Outline view for a JS module based on CtrlP and FlowType

![screencast][screencast]

## Installation

If you use [vim-plug][]:

Plug 'ctrlpvim/ctrlp.vim'
Plug 'flowtype/vim-flow'
Plug 'andreypopp/vim-flow-outline'

Then add a mapping:

au FileType javascript nnoremap :FlowOutline

[vim-plug]: https://github.com/junegunn/vim-plug
[screencast]: ./screencast.gif