OliverChao

Results 16 comments of OliverChao

I think that lualine causes this problem. My lualine section C can't show filename and lsp_procress together. SO, I only keep the lsp_process.

> i see, so i probably doesnt have it enabled for language i looked at, mb. But it should not be needed ofc because this limits it just to treesitter...

Thanks a lot @xeluxee. I want that function as well. :clap:

hey, I found that the default `SelectBahavior` is `Insert`. If you want the same behavior with `Up/Down`, you can set: ```lua local types = require("cmp.types") [''] = cmp.select_next_item({ behavior =...

I have no idea why I have meet this problem, but currently, it works fine for me. I have tried this plugin in my neovim, although I no longer use...

> Could you try the latest master version, the keyboard handling was changed a lot here #1789 Thanks for your reply. However, there also some errors for converting mappings. I...

Thanks for your work. Sorry to say that it some errors exists. The mappings #1789 works, #1899 fails, and vice versa. `` and `` fail to map `` and ``....

In macos Sonoam Version 14.1 (Apple M2), all things work fine for me with the latest commits. I build neovide from source. I will close this issue, and if anyone...

Yes. On MacOS(M2), mapping errors are gone without IME . It seems that neovide fails to fix the IME problems. So I reopen it. https://github.com/neovide/neovide/pull/2046 maybe help and I am...

Thanks for you reply. `CONFIG_FILE_FLAG_PATH` points to the configFilePath which only consists of the path of `scratch_config.json`. If using lua option for example `scratch_config_file_path` (with one default value), we can...