I put in codeium/server.vim some logs line for investment the problem. I get "Failed to download language server binary.", then i put in the previous line of codeium/server.vim line 187 the next lines:
The problem is the glob function, because the file in the PATH 1 exist in my machine, and if I comment the line 189 that contains return '' when empty file, the suggestion works perfectly.
I put in codeium/server.vim some logs line for investment the problem. I get "Failed to download language server binary.", then i put in the previous line of codeium/server.vim line 187 the next lines:
The log throw the next:
PATH 1: /home/user/.codeium/bin/6379f8f8e084ec1f419e2dccd70fa7b841fbc66b/language_server_linux_x64 PATH 2: EMPTY: 1
The problem is the glob function, because the file in the PATH 1 exist in my machine, and if I comment the line 189 that contains return '' when empty file, the suggestion works perfectly.