Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.72k stars 127 forks source link

Starting gvim from terminal is blocking terminal usage #51

Closed klew closed 1 year ago

klew commented 1 year ago

After yestarday's changes, something changed in codeium.vim during gvim startup.

I usually start gvim by calling: gvim .

then it starts gvim and control on terminal goes back to bash, so I can use it. After recent changes, gvim blocks the terminal and I can't use it until I close gvim.

It works as expected when I remove codeium.vim.

pqn commented 1 year ago

Does it work when you revert the last commit (66c878f2481b4168a4c4124bf73bd58949e9af57)? If so maybe it has to do with the new job_start used for backgrounding the language server download.

klew commented 1 year ago

Thanks. It works now.