andreypopp / vim-flow-outline

Outline for JS modules with Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-flow-outline

Outline view for a JS module based on CtrlP and FlowType

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 <C-n> <Esc>:FlowOutline<CR>

About

Outline for JS modules with Flow

License:Other


Languages

Language:Vim Script 100.0%