facebook / pyre-check

Performant type-checking for python.

Home Page:https://pyre-check.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyre on Neovim

Pakrohk opened this issue · comments

pyre is available in the list of lsp servers in neovim and can be easily installed with the help of mason.
but unfortunately, it does not yet include the autocomplete and syntax check features.
I'm developing a config for neovim ( nvpak ) and I want to use pyre by default.
My question is, do you have a plan to make it better (meaning more support for neovim)?

We currently don't have a working autocomplete or syntax check feature. I think go-to definition and hover are our only supported features. Autocomplete will come this year but syntax check is done by wasabi internally so I'm not sure that will come.