Neovim blink and latest rescript language server

Hi there,

I just upgraded my dotfiles with the latest lazyvim version and wanted to try Blink.cmp. I noticed the “dot” and “pipe” completion are not working :thinking: .
Someone did encounter this already ?

I’m using rescript-language-server version 1.62.0.

Thanks !

1 Like

Hey, using blink as well (custom config, no lazyvim) and it works.

  • blink v0.12.4
  • lsp v1.62.0
  • vim-rescript
  • rescript v12.0.0-alpha.9

image

1 Like

After digging, I just remembered that I have rescript-language-server installed through Mason (and is prior than the npm version), so it was not up to date.
After updating the mason version, it works well.

Thanks for your answer :smile:

3 Likes