François Fleur

Results 54 comments of François Fleur

@saghen That's a good question I should have asked it earlier but the underlying issue is that `enabled` can't seem to be overriden by user config. If they want to...

Pushed an update, grep commands come definitively into that list. I'm not sure though if we want to handle plugins commands like `G commit -m`. > do you mean providers.buffer.enabled...

@raulchen on main you can now remove your `cmdline.sources` and add `sources.providers.buffer.enabled = true` to workaround this. The buffer source will be always enabled. Or you can tweak it in...

Glad to hear you enjoy blink.cmp! To add a bit to your already detailed analysis, `elixir-ls` [does not](https://github.com/elixir-lsp/elixir-ls/issues/28) support `textEdit`, blink.cmp has to guess what the completion should be from...

Could you please give it another try using the new v1.6.0 release? I can't seem to reproduce the issue anymore.

In debian, you need to strip the `g`, so it's `a945686444`, 10 days ago, fairly new.

Confirmed on my side, interestingly enough this works in nvim 0.11.3 but not in nightly.

I believe this is fixed in commit: [5beb962](https://github.com/saghen/blink.cmp/commit/5beb962fda05ab132617c81d22bc5eb2529b944f). The visual artifacts were caused by the menu trying to position itself before the window was fully created. This is now properly...

Thanks for the report, this 2d attempt should fix your issue.

A fresh repro would help a lot. The one from the OP's been fixed, I could take another look if someone can share something new.