org-lsp
org-lsp copied to clipboard
Please implement this
You say in your README that it's just an idea, but I think the world needs this.
I'd be happy to help out with some minor Rust code things if you need help
Don't worry, this isn't 'just' an idea, I actually plan on fleshing this out :grinning:. I'm hampered by two things
- I'm juggling too much at once, and have very little time to spare
- The
tower-lsp
crate doesn't really seem to work for me ATM (see https://github.com/ebkalderon/tower-lsp/issues/247), so I'm thinking of moving to rust-analyzer/lsp-server; but that looks like it needs more boilerplate. That said, I want to have as much as reasonably makes sense in elisp, so this may not end up being too much of a concern.
So, don't expect anything from me in the near future, but if you'd like to start helping out with this feel free to make some PRs! I'm happy to merge stuff in :slightly_smiling_face:
Hey, just checking in if you've found your spare time and if the tower-lsp has stopped not working for you.