Open raghur opened 4 years ago
thanks for reporting the problem. looks like the first entry is triggered too eagerly. investigating.
can you confirm that with neovim-qt it uses the external popup menu?
you can also try disabling the ext-popup menu in FVim to see if the problem disappears.
I also observe some weird behavior.
If
First of all, great project... very promising. I've been trying to use this along with neovim-qt. This issue with completion popup behavior... I initially thought that this might be a Coc.nvim or vim-go issue - but with neovim-qt since things work properly, this seems to be a UI issue.
In a go file with Coc.nvim installed, typing the first letter completes the entire word - so you then have to backspace over https://i.imgur.com/VlYZT8S.mp4
With a json file, the above behavior isn't seen - but selecting a completion results in malformed json (quotes are incorrectly placed at the end of the json value as well)
Overall, behavior of the popup in json file flickers a lot.
My nvim version:
So i tried to record a screencast of the JSON behavior and discovered that this seems to be triggered only after I visit a go file and try completions there
https://imgur.com/a/1ZHDty1
OTOH, the behavior still isn't there when I try it with neovim qt so seems like a bad interaction/some internal state corruption in fvim?