xuwei152

Results 15 comments of xuwei152

I also have the same error. The version of the language server is 1.8.5. ![Clip_2024-03-12_15-47-20](https://github.com/Exafunction/codeium.vim/assets/51861161/5ec1af01-cdf1-4ebe-9f2e-14a7ea5844ad)

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. ![Clip_2024-05-04_21-38-59](https://github.com/3rd/image.nvim/assets/51861161/1180b51f-0f51-49cf-ae49-692e0b83b416)

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 ```...