-
Notifications
You must be signed in to change notification settings - Fork 76
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
doc: document using nvim-lspconfig #17
base: main
Are you sure you want to change the base?
Conversation
367bc1f
to
ad51913
Compare
I added an lspconfig based example using my fork (happy to send the PR their way once we're happy with it). |
657b958
to
50bfff1
Compare
Just added a comment in this thread: #2 (comment) Excited to get this into nvim-lspconfig! |
50bfff1
to
e1bddde
Compare
PR opened yesterday, took a bit longer than I would have liked but time is what it is. Waiting on me writing a bit of docs. |
This looks awesome thank you! Let me know if I can assist at all |
Just a heads up that I haven't forgotten about this, just got a bit busy lately plus my ISP has issues so no internet for me right now. I should be able to resume this weekend or next week. |
Thanks for the update! Sounds good |
Well that took a while (ISP troubles dragged on a bit then this kinda fell off my radar, apologies) but I finally got around to it and got a basic config merged in nvim-lspconfig, I see you've added an example config, I'll go and update that. |
411fae3
to
8f8d208
Compare
91b91c3
to
8e161e5
Compare
OK I've been playing a bit with lsp-ai in nvim the last couple of days, I think the base config works so I'd rather not hold this much longer (lol it's been 3 months), but here's a few notes from my experiments:
Now, from my limited understanding of the LSP and what I've seen in the lsp-ai docs, the file store is still the only supported backend, and the prompt docs suggest no context is injected when using the file store as a backend, so no |
This PR edits the example configuration for neovim to use the nvim-lspconfig support.
Closes #2