xuwei152
xuwei152
I also have the same error. The version of the language server is 1.8.5. 
Indeed, after exiting Neovim, all processes of Codeium are terminated. However, my typical usage scenario involves opening two panes in Tmux - one to open Neovim and one to run...
Sorry for the late reply. I have attached the log file. [codeium.log](https://github.com/Exafunction/codeium.vim/files/11374598/codeium.log)
> No, the issue is still there. I have to close neovim when I use a multithreading program like fzf.
I mean feed the "type" to the AI in the prompt like the "no" to correct the generated message. For example, the commit message shown below has a type of...
I also think this is a good feature that has been implemented in the [wting/autojump](https://github.com/wting/autojump) program, too. It will be convenient when we want to jump to a subdirectory of...
There is a plugin called [aerial](https://github.com/stevearc/aerial.nvim). With this plugin, you can search the TOC by fuzzy founding. Then, you don't bother to close the TOC manually.
I also think this will be a good feature. Although there is an option of "only_render_image_at_cursor=true", it makes motion less smoothing.
The latest version of the vscode has just implemented this feature. 
What terminal are you using? I have had the same issues as you in the kitty terminal. I resolved the problem by adding ```conf map ctrl+h send_text all \x1b[104;5u ```...