Shougo

Results 575 comments of Shougo

`screenpos()` has same problem? And `winline()` is broken when you have split same windows.

> Anyway, I did not have any problems with splits. Can you give a specific example? I have used `winline()` in `pum.vim`. But if split windows, it returns another window...

Hm. If search mode or command line mode, statusline can be used for completion menu. Please see. https://github.com/hrsh7th/nvim-cmp/commit/124f1611f1b7cd9fb2892f0597881e007c99b652

https://github.com/hrsh7th/nvim-cmp/issues/406 `ghost_text` does not support hide the completion window.

> Given this was actually a thing, it would also be nice if it was possible to bring the completion menu up on demand, so that you aren't completely locked...

I think PHP omnifunc doesn't support asynchronous behavior. You should not use it.

I think it should be reproduce-able without SpaceVim.

The scrollbar is the original feature in nvim-cmp.

Hm. I have checked the code. https://github.com/hrsh7th/nvim-cmp/blob/4bc038f72ddfbe18a4870b8f7fe5f30b8d053f35/lua/cmp/view/wildmenu_entries_view.lua#L41 nvim-cmp registers `CompleteChanged` event only. So `InsertEnter` event does not work. It may fix the problem. https://github.com/hrsh7th/nvim-cmp/issues/287#issuecomment-938693674

Can you upload the video for the flicker?