an-sh / flow-minor-mode

Emacs minor mode for editing flowtype files.
BSD 3-Clause "New" or "Revised" License
47 stars 16 forks source link

Has anybody got `flow lsp` (Flow language server) working with lsp-mode? #26

Open aguynamedben opened 2 years ago

aguynamedben commented 2 years ago

I was able to get Emacs' lsp-mode working with the Rust language server (rls) pretty easily by following this fantastic guide on how to set Eamcs up for Rust.

I use Flow day-to-day, however, and noticed that the lsp-mode docs mention flow.

Has anybody got lsp-mode working with Flow? Care to share your config if you did?