Shougo

Results 764 comments of Shougo

I have fixed it in #1956. Please test.

OK. It seems configuration bug. `cmp.config.compare.sources` does not exist(it is exists once?). But I think nil check is needed for it...

Please read the issues. https://github.com/hrsh7th/nvim-cmp/issues/1009 https://github.com/hrsh7th/nvim-cmp/issues/1827 https://github.com/hrsh7th/nvim-cmp/issues/1828

I have checked the behavior. `InsertEnter`, `InsertLeave`, `ModeChanged` events are many fired. Unfortunately, plugins cannot detect it is executed from the command line...

`:noautocmd %normal Itest` fixes the problem.

Hm. I think your `format()` configuration is wrong. If `vim_item.kind` may be nil, it must be checked in your `format()` function.

Hm... If so, the commit is affected. I don't know it is intended. https://github.com/hrsh7th/nvim-cmp/commit/31a2939e55a89028937a530ba19e444cdbc11f36

It is the dup of https://github.com/hrsh7th/nvim-cmp/issues/1877.

> @hrsh7th What is the "source side" in this scenario? Should this bug be reported against another project? If so, which one? If it is source side problem, the source...