Skip to content

andreypopp/vim-flow-outline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published