tzachar

Results 91 comments of tzachar

This has nothing to do with this plugin. This plugin is just a connector between `cmp` and `TabNine`. You have two options: 1) contact `TabNine`'s team, and ask for this...

My bad... Though this was opened in another plugin I maintain.... Will take a more in depth look.

The plugin currently runs `fd` in the working directory of `nvim`. Therefore, all paths will be relevant to that directory. To support your request, you would need to transform the...

Looks good. Can you add some writeup to the readme saying the `binary` field is optional?

Is this still relevant?

Is there a plan to merge this? Also, on a side note, why is the reallocation of a new buffer required on every entry to poll_next? wouldn't it be more...

Can't we return a reference to the internal vector? make Self::Item be a `& Vec` ? Or is there a different way of achieving this, where we are not reallocating...

Its worth trying to support this. Any idea about how to go about it?

try setting `model = codellama` other than that, it works on my end...