All Projects → andreypopp → vim-flow-outline

andreypopp / vim-flow-outline

Licence: other
Outline for JS modules with Flow

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-flow-outline

cmake4vim
Vim plugin for CMake projects
Stars: ✭ 89 (+456.25%)
Mutual labels:  fzf, ctrlp
vim-agriculture
🚜 Vim plugin to improve project searching with tools like ag and rg
Stars: ✭ 119 (+643.75%)
Mutual labels:  fzf
dotfiles
i3, Vim, Bash, Ruby, Typescript & React, Elixir, Golang & more!
Stars: ✭ 22 (+37.5%)
Mutual labels:  fzf
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (+25%)
Mutual labels:  fzf
fzf-zsh-plugin
ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Stars: ✭ 117 (+631.25%)
Mutual labels:  fzf
bkt
bkt is a subprocess caching utility, available as a command line binary and a Rust library.
Stars: ✭ 117 (+631.25%)
Mutual labels:  fzf
dotstow
dotfiles managed with stow
Stars: ✭ 60 (+275%)
Mutual labels:  fzf
sysz
An fzf terminal UI for systemctl
Stars: ✭ 1,258 (+7762.5%)
Mutual labels:  fzf
pmy
🚀 General purpose context-aware zsh completion engine powered by fuzzy finder.
Stars: ✭ 119 (+643.75%)
Mutual labels:  fzf
cdhist
Linux shell cd history.
Stars: ✭ 40 (+150%)
Mutual labels:  fzf
fern-mapping-fzf.vim
fern.vim plugin for fzf.
Stars: ✭ 22 (+37.5%)
Mutual labels:  fzf
fzf-marker
The terminal command tweak from @pindexis/marker
Stars: ✭ 22 (+37.5%)
Mutual labels:  fzf
Dotfiles
Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more
Stars: ✭ 64 (+300%)
Mutual labels:  fzf
jq-zsh-plugin
jq zsh plugin
Stars: ✭ 155 (+868.75%)
Mutual labels:  fzf
fzf-hoogle.vim
(neo)vim plugin that uses fzf for previewing hoogle search results
Stars: ✭ 37 (+131.25%)
Mutual labels:  fzf
dotfiles
mac OS, Arch Linux, and Debian/Ubuntu
Stars: ✭ 286 (+1687.5%)
Mutual labels:  fzf
fzf-docker
🐳 Docker completion in zsh using fzf 🌸
Stars: ✭ 41 (+156.25%)
Mutual labels:  fzf
ctrlp-ssh
a ctrlp.vim extension - open a new SSH connection via ctrlp.vim interface
Stars: ✭ 15 (-6.25%)
Mutual labels:  ctrlp
vim-ctrlp-tjump
CtrlP extension for fuzzy-search in tag matches (:tjump replacement).
Stars: ✭ 90 (+462.5%)
Mutual labels:  ctrlp
fzfx
fzfX delivers the power of finding, previewing, editing and managing any file in few key strokes.
Stars: ✭ 71 (+343.75%)
Mutual labels:  fzf

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].