tzachar

Results 91 comments of tzachar

As you say, you are a single person. You can only do so much. A different approach is to add other maintainers to help alleviate the load. If you look...

Not sure its off topic; You are talking about changing the core of cmp to make it more customizable, refactoring all of the views (for example) into external plugins. What...

> The sources are already splitted. I think the external view plugins system is nice. `ddu.vim` already implements it(the view is splitted). Nice should not be driving the decision here....

> For the wildmenu I don't care if you move it to a different repository but it something really useful and you should keep it somewhere. As the original author...

Fuzzy finding is difficult, and finicky... You can try using https://github.com/tzachar/cmp-fuzzy-buffer which uses either fzf of fzy to do the hard lifting

Wht not use nvims internal matchfuzzypos?

I am having the same issue. I think it is more than the incomplete behaviour, as this also happens when you add 'indent triggering' characters in comment, e.g., ```python #...

Hi, This fixes the erorr, but jumps the cursor one line upwards. I can't decide which is more annoying :)

you can pass your own table to the setup function: ```lua cmp.setup.cmdline(':', { sources = cmp.config.sources({ { name = 'fuzzy_path', options = { allowed_cmd_context = { [string.byte('x')] = true, },...

Why remove the views? do you plan on supporting adding them back in a plugin repo?