-
Notifications
You must be signed in to change notification settings - Fork 2
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
SuperBo/lsp-ai.nvim #155
base: main
Are you sure you want to change the base?
SuperBo/lsp-ai.nvim #155
Conversation
Hi @fredrikaverpil, lsp-ai tell this
|
@SuperBo thank you, that was helpful. I now get this:
I've tried playing around with the values for EDIT: by commenting out |
@fredrikaverpil, you need to increase |
Very nice @SuperBo it works 😄 🎉 It looks like it's a chat model. Do you know if I can make this more into a GitHub Copilot-style assistant by picking a different model, like a completion model? |
You need to tweak your prompt. https://github.com/SilasMarvin/lsp-ai/wiki/Prompting. And put it in |
Awesome, thank you so much - will play around with this now that I have it working later tonight 😄 Really nice work putting together this Neovim plugin! 👏 🥳 |
@fredrikaverpil, thank your for testing. The code is still in beta phase and lacking support for Feel free to raise issue in https://github.com/SuperBo/lsp-ai.nvim if you found bug. Thank you again! |
@SuperBo sure! 😄 |
@fredrikaverpil, for now it is hard coded to |
094ae78
to
badd457
Compare
0c5db43
to
147baca
Compare
0753cd6
to
0c1af40
Compare
7e71cc4
to
91213fc
Compare
f0124ac
to
a067d4c
Compare
This aims to add LSP-AI for a local code assistant for work projects, where I cannot use e.g. GitHub Copilot.
Initial errors
Currently, some LSP configuration problems to iron out when e.g. opening a
.go
file:LSP log
/Users/fredrik/.local/state/fredrik/lsp.log:
Related configs