I am using deoplete and copilot (with neovim) and it seems like deoplete menu often dismisses copilot suggestion. As in, copilot suggestion appears first and then deoplete menu shows up and copilot suggestion disappears at the same time.
Steps to reproduce:
- Install vim plug:
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
- Open a
test.rb
usingmini.vim
(both from this gist):
nvim -u mini.vim -c 'PlugInstall' test.rb
- As demonstrated in this video, when deoplete menu is shows, copilot suggestion is hidden:
Reproduced. But it is copilot feature.
copilot checks
pumvisible()
and it uses timer feature.It does not work when completion window is visible.