Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
631 stars 26 forks source link

Occasional error when accepting items #69

Closed julienvincent closed 1 day ago

julienvincent commented 1 day ago

I am seeing the below error while trying to accept items from the typescript LSP:

Screenshot 2024-10-09 at 16 37 51

To reproduce I just do the following:

"abc".toS|
;; trigger autocomplete and accept

It fails to accept and throws the above error

Saghen commented 1 day ago

Which LSP are using for Typescript? I'm unable to reproduce on tsserver (ts_ls in lspconfig)

julienvincent commented 1 day ago

Hmm.. I re-ran cargo build --release and now I can't reproduce it anymore. But this was using tsserver and in a javascript file (not ts). But oh well I'll close this one and re-open if I notice it again.

Saghen commented 1 day ago

My best guess is you ran into the same issue as #21