flow / vim-flow

A vim plugin for Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project dead / unmaintained?

tlhunter opened this issue · comments

This plugin in its current form leaves much to be desired. There are many unaddressed Issues/PR's. The broken, multiline output (#11) renders this plugin almost unusable.

Is this project dead? Are there any plans to pass ownership to either pass ownership to someone else or bless someone’s fork?

AFAIK there isn't anyone actively working on this at the moment. I do occasionally show up to merge PRs. If you or anyone else is interested in helping to maintain this project, that would definitely be appreciated 😄

I haven't really looked into it recently, but probably a way forward is to focus on vim plugins that integrate with https://github.com/flowtype/flow-language-server. After googling, I found this wiki page which might help, but I haven't tried it myself: https://github.com/prabirshrestha/vim-lsp/wiki/Servers-Flow

@gabelevi I just tried. It's really nice and fast. However "hover" command doesn't seem work.

Can't get this working, as workaround I just let &makeprg = "yarn flow" and use quickfix to jump to errors. But now all errors are handled.

If this project isn't being maintained, are there other more active vim plugins for working with flow?

@ezmiller
I recommend you use LanguageClient-neovim or some other lsp plugins if you use flow version 0.69.0 or above.

@h-michael Do you know how to configure LanguageClient-neovim to work with flow? Especially I'm interested in using locally installed version.

@h-michael Sorry, it's probably a private project. I cannot access it.

@TrySound Sorry. Let it public.