nvim-completion-manager icon indicating copy to clipboard operation
nvim-completion-manager copied to clipboard

Autocomplete pop always shows up

Open TangMonk opened this issue 6 years ago • 9 comments

Please check the gif animation:

out

this weird problem will occur some times and not very often, I am not sure how to reproduce it.

I have to close the vim instance and reopen vim to fix that problem

TangMonk avatar Aug 02 '17 09:08 TangMonk

What is your environment? It seems Vim/neovim bug instead of the plugin.

Shougo avatar Aug 02 '17 09:08 Shougo

I am using neovim 0.2, OS X 10.11, Iterm2

TangMonk avatar Aug 02 '17 09:08 TangMonk

I believe this is neovim issue, too. I don't have this issue, though.

Try using a release version of neovim, in case you're using the master version.

roxma avatar Aug 02 '17 09:08 roxma

A release version should be considered more stable.

The master version is not as stable, from my experience, for example https://github.com/roxma/nvim-completion-manager/issues/6#issuecomment-277434983.

roxma avatar Aug 02 '17 09:08 roxma

@roxma I am install from homebrew, it might the stable version, I am not build from the source code

TangMonk avatar Aug 02 '17 09:08 TangMonk

https://github.com/Homebrew/homebrew-core/blob/1bf8bab22b8235ad0132e67f64205d5f2c5b0e10/Formula/neovim.rb#L27

It seems you could choose stable or head version with homebrew, you should verify your installation.

roxma avatar Aug 03 '17 06:08 roxma

@roxma

image

$ brew info neovim
neovim: stable 0.2.0 (bottled), HEAD
Ambitious Vim-fork focused on extensibility and agility

TangMonk avatar Aug 03 '17 07:08 TangMonk

@TangMonk I got the same issue. It's definitely issue of neovim. It happens sporadically and I can't reproduce it on purpose

spoof avatar Aug 18 '17 15:08 spoof

I have seen that once in a while also

➜  ~ brew info neovim
neovim: stable 0.2.0 (bottled), HEAD
Ambitious Vim-fork focused on extensibility and agility
https://neovim.io/
/usr/local/Cellar/neovim/0.2.0_1 (1,352 files, 17.2MB) *
  Poured from bottle on 2017-07-12 at 14:53:37
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/neovim.rb
==> Dependencies
Build: luajit ✘, cmake ✔, [email protected] ✘, pkg-config ✔
Required: gettext ✔, jemalloc ✔, libtermkey ✔, libuv ✔, libvterm ✔, msgpack ✔, unibilium ✔

partounian avatar Aug 19 '17 16:08 partounian