François Fleur
François Fleur
I’m also in favor of making this match the default cmdline completion and blink’s path provider, it just feels more natural and user-friendly. I don’t really see a reason to...
Likely an issue in your config. Please provide a repro.
For those of you who still experience this issue, could you give the mentioned PR a try? I haven’t been able to reproduce it since then, so I'm calling for...
Could you be a bit more specific? What's your blink and neovim version? Can you provide your current blink config? The buffer source should be responsible to suggest these words...
Ah I see. You are using the `lua` implementation which is currently fragile with diacritics because it explicitly set only few of them. I'll keep this issue opened until we...
Note I just tried using [tsgo](https://github.com/microsoft/typescript-go) and couldn't reproduce the issue. Both `ts_ls` and `vstls` are built around `tsserver`, so it might be a problem with the LSP after all?
> That could be because tsgo doesn't support semantic tokens yet Ah good point, this is indeed [not yet implemented](https://github.com/microsoft/typescript-go/issues/1008#issuecomment-2938793147). I looked briefly at the code, and it 'works' using...
Please provide a [repro](https://github.com/saghen/blink.cmp/blob/main/repro.lua). Or at least some materials like repro steps, video or code source to see what's going on.
Actually could you share a video and the source file as an example so I can try to reproduce the issue? I'm not sure I understand the problem :smile:, thanks!
When using `tailwindcss`+`vtsls`, we merge the trigger chars from both LSPs: ``` { client = "tailwindcss", trigger_chars = { '"', "'", "`", " ", ".", "(", "[", "]", "!", "/",...