Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 413 Bytes

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>