Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreypopp/vim-flow-outline
- Owner: andreypopp
- License: other
- Created: 2016-10-15T23:07:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T10:13:21.000Z (over 8 years ago)
- Last Synced: 2025-01-08T12:52:36.241Z (28 days ago)
- Topics: ctrlp, flow, flowtype, fzf, javascript, js, vim
- Language: VimL
- Homepage:
- Size: 182 KB
- Stars: 16
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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