Closed chrisgrieser closed 1 year ago
Here is the autocompletion popup from coc.vim in the terminal:
and here it is in goneovim
same location, same file, same letter as trigger.
The bug mostly seems to occur at the beginning of a word.
I tried it with ExtPopupmenu = true and with false, the setting does not seem to have any effect and the bug occurs with both.
ExtPopupmenu = true
false
@chrisgrieser Hi :) Perhaps this problem does not occur in the latest version. If it occurs again, please reopen the issue
Here is the autocompletion popup from coc.vim in the terminal:
and here it is in goneovim
same location, same file, same letter as trigger.
The bug mostly seems to occur at the beginning of a word.
I tried it with
ExtPopupmenu = true
and withfalse
, the setting does not seem to have any effect and the bug occurs with both.