#I m just using the GetCompletion

1 messages · Page 1 of 1 (latest)

fluid idol
#

What is deno?

slim elbow
#

Deno a JavaScript runtime like node, it's just a script that reads user input then sends it to codeium and outputs the first response

fluid idol
#

oh how are you sending it to codeium?

slim elbow
#

I'll post the code when I'm back to the PC

#

I just noticed curl running each time I want a completion, so I inspected the request asked chatgpt to explain it, then switched to js then finished the missing parts by checking the code in codeium.vim repo

fluid idol
#

got it - so you wrote something to talk to the language server directly

#

similar to vim

fluid idol
#

What are you using this for?