-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for vim.lsp
#47
Comments
Seems like these would require bindings directly to lua by fetching globals, since a lot of the LSP/Diagnostics stuff is implemented in Lua. Would you be open to someone contributing that? That's the approach I was taking with |
Yes, that'd be the approach. This is a very rough sketch of such a binding that I wrote for
Yes, although I should mention that I don't really have the time to focus on oxi right now (and probably won't for a few months). What this means practically is that you might have to wait a few days to receive feedback on the relative PRs. |
No worries! I don't actively need nvim LSP features in Rust so there's no rush, just think it would be nice to have and would be happy to contribute :) |
I should also mention that I was planning to rewrite Neovim's However, this is not to say that I wouldn't merge the Rust bindings to |
Cool! Would be nice to have those implemented in Rust. |
Is there any more info about this effort now? Any repo we can follow or a dedicated issue? |
Not at the moment. I still intend to write that code but I'm currently focusing on another project. I'll post here when I have an update. |
No description provided.
The text was updated successfully, but these errors were encountered: