Shougo

Results 758 comments of Shougo

https://github.com/neovim/neovim/issues/4469 Same problem?

You can emulate this by the highlight. ```vim highlight StatusLine gui=underline guibg=#2c2c2c guifg=#c8c8d8 highlight StatusLineNC gui=underline guibg=#2c2c2c guifg=#c8c8d8 highlight WinSeparator gui=NONE guibg=#2c2c2c guifg=#c8c8d8 set statusline=%{'\ '->repeat(winwidth(0))} ``` ![Image](https://github.com/user-attachments/assets/6ec7fb48-2c8a-41f0-9891-860cbc7fa387)

Yes, but it is not so bad. I don't think the extra feature is needed.

While the approach of using another language is very attractive in terms of code safety and maintainability, I am concerned about the decreased compatibility with Vim and the difficulty of...

`nvim-cmp` can cache runtimepath and check it when on completion events. Or you can use `OptionSet` autocmd.

But it seems draft state. It is ready to merge?

Hm... I think more testers are needed.

Please test this. https://github.com/hrsh7th/nvim-cmp/pull/1993

The PR exists for the window position. https://github.com/hrsh7th/nvim-cmp/pull/1701