Closed glyh closed 2 years ago
Sorry. I can't reproduce this. Could you reproduce with PackerCompile/PackerSync?
I have the same issue.
Each call of PackerSync seems to add all entries once again.
n.b.: I lazy load on event = "BufReadPost"
.
@hrsh7th Sorry for this very late response, I can reproduce with PackerCompile.
FAQ
Issues
Neovim Version
NVIM v0.7.0-dev+1048-gdba1df635
Minimal reproducible config
This is based on other templates, but also will work
Description
Lazyloading & Updating nvim-cmp will generate multiple completions for a single word
Steps to reproduce
After all plugin installed, type
:
to enter command mode and type help, you'll notice multiple helps there.Expected behavior
No redundant completion items.
Actual behavior
Redundant completion items.
Additional context
None.