Environment
- Plugin: codeium.vim
- Vim version: 9.1 (compiled via Termux on Android)
- OS: Android (via Termux)
- Plugin installed via: vim-plug
- Token authorized successfully via
:Codeium Auth
Problem
Autocomplete does not work at all. No suggestions appear, even after:
- Running
:Codeium Enable and :Codeium Toggle
- Triggering manually with
Alt+\
- Updating plugin with
:PlugUpdate
- Confirming
:echo has('job') + has('channel') + has('popupwin') returns 3
No error messages are shown. Just no response.
Question
Is Termux officially supported? Are there known limitations or workarounds for this environment?
Happy to test or provide logs if needed.