tzachar

Results 91 comments of tzachar

> hmm I tried this > > ```lua > sorting = { > comparators = { > cmp.config.compare.offset, > cmp.config.compare.exact, > cmp.config.compare.score, > function(a1, a2) > if a1 == "Snippet"...

Yes, to illustrate the issue

I probably did not wxplain myself... The problem is when two *different* sources have the same suggestion. The use of cmp-buffer twice here is just to illustrate. On Fri, 12...

Or so you propose to filter all items from the same KEY together? On Fri, 12 Nov 2021, 14:34 Nir Tzachar, ***@***.***> wrote: > I probably did not wxplain myself......

I think the issue is solved when I set `dup = 0` in my source.

Is there a better solution?

Cool, I already am.

you can try this patch: ```diff diff --git a/lua/cmp/view/wildmenu_entries_view.lua b/lua/cmp/view/wildmenu_entries_view.lua index 3419164..ce3eeda 100644 --- a/lua/cmp/view/wildmenu_entries_view.lua +++ b/lua/cmp/view/wildmenu_entries_view.lua @@ -127,7 +127,7 @@ wildmenu_entries_view.open = function(self, offset, entries) self.entries_win:open({ relative = 'editor',...

Personally, I disagree that it's an anti pattern. My reasoning is that the average user cannot, or will not, take the extra effort of installing plugins for his plugins. It...

My point is that we need to have a central place where users can _find_ all of these plugins. And we need to better document their use. The flip side...