https://github.com/heavenshell/vim-flood
A simple Vim plugin for facebook flow
https://github.com/heavenshell/vim-flood
flow vim
Last synced: 4 months ago
JSON representation
A simple Vim plugin for facebook flow
- Host: GitHub
- URL: https://github.com/heavenshell/vim-flood
- Owner: heavenshell
- License: bsd-3-clause
- Created: 2016-11-06T02:05:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T16:41:28.000Z (about 5 years ago)
- Last Synced: 2026-03-06T05:01:00.865Z (4 months ago)
- Topics: flow, vim
- Language: Vim script
- Homepage:
- Size: 8.81 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-flood
vim-flood is plugin for [Facebook Flow](https://flowtype.org/).
This plugin is no more maintained.
Use [vim-lsp-setting](https://github.com/mattn/vim-lsp-settings/).
## Autocompletion

Type check.

## Features
- Autocompletion
- omni-completion(Default)
- async completion via Vim's `job` and `channel`
- Type check
- Flow check
- Flow content-check
- Defeinition
- Gets the definition location of a variable or property
- FindRefs
- Gets the reference locations of a variable or property
- Imports
- Get names of all modules imported by one or more given modules
- Start
- Starts a Flow server
- Status
- Flow server status
- Stop
- Stops a Flow server
- Suggest
- Shows type annotation suggestions for given files
- Version
- Print version information
- Local Node package
- vim-flood does not need flow global insatalled
## License
New BSD License