dogisgreat
dogisgreat
I just heard about this today, and added a `codeium` -> `LSP` translation layer. https://github.com/ms-jpq/coq.thirdparty/tree/3p#codeium Not sure how well my approach works though, im just spamming the `codeium#Complete` button as...
I dug more into this, its language dependent. Setting `LC_ALL=C.UTF-8` fixes it for me. My language normally is `zh_CN.UTF-8`, so I think this probably have to do with calculating width...
More specifically, setting the language to `C.UTF-8` for `fzf` fixes the issue, but not setting the language for it's preview window subprocess.
Hi there, can you please post your config file? The network topology should be such that Traefik can ping STI. Other than that, you just need to add STI as...
Oh hey, I didn't expect to see a response so soon! I will defintely consider adding that in if its not too much work. Will just be under another top...
https://github.com/ms-jpq/coq.thirdparty/blob/3p/lua/coq_3p/tabby/init.lua I made it for https://github.com/ms-jpq/coq_nvim. Its pretty easy, just make the RPC calls yourself