Shougo
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))} ``` 
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
It should be closed.
The PR exists for the window position. https://github.com/hrsh7th/nvim-cmp/pull/1701