AI driven language servers don't work #7680
Answered
by
gabydd
fazibear
asked this question in
Troubleshooting
-
SummaryTried to connect those language server to helix: Github Pilot LS: https://github.com/jfcherng/copilot-node-server Used nvim to authenticate them, but none of them actually works. Any clues why? How they are different from analyser for example? Even wrote a piece of code to watch whole conversation, looks like editor don't ask for completion (even if ctl-x pressed) PlatformmacOS Terminal Emulatorwezterm Helix Version23.05 |
Beta Was this translation helpful? Give feedback.
Answered by
gabydd
Jul 20, 2023
Replies: 1 comment 2 replies
-
What does the log file say? https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, and so does codeium it seems, from there editor plugins it seems like they make a
GetCompletions
request which is not part of the language server spec. (we only support things from the official spec). This looks a bit similar to how copilot does it so you could check out if you could get the above linked fork to work with codeium instead of copilot if you want to that. it won't be part of core as discussed in other issues