Pyrefly Neovim Support
Neovim has several repositories where Pyrefly should just automatically work. We we've had several requests on GitHub and at PyCon for Neovim support (and I want to be able to use it in nvim 😈), so we should formalize adding it to these LSP repos/managers.
These are the ones I know about right now:
- [x] ALE
- Done: dense-analysis/ale/pull/4972 (thanks @oliverralbertini!)
- [x] lspconfig, Pyre example
- Done: neovim/nvim-lspconfig#3856
- [x] mason, Pyre example, personal implementation (thanks @zdelv!)
- Done: mason-org/mason-registry#10128
If there are any other Neovim package managers/LSP registries that we should add it to, please let me know here and I'll add/focus on it at some point!
It's all done!
Actually going to reopen so I remember to update docs next week
Docs are done, we are supported!!
Can I set this up as part of a pyproject.toml? I personally use neovim, and I see that the updated readme.md mentions this is VSCode specific
pyproject.toml should work with neovim