Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression with two lsp ( emmet / vtsls ) #910

Closed
2 tasks done
albnavarro opened this issue Jan 5, 2025 · 5 comments
Closed
2 tasks done

Regression with two lsp ( emmet / vtsls ) #910

albnavarro opened this issue Jan 5, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@albnavarro
Copy link

albnavarro commented Jan 5, 2025

Make sure you have done the following

  • Updated to the latest version of blink.cmp
  • Searched for existing issues and documentation (try <C-k> on https://cmp.saghen.dev!)

Bug Description

After updating to version 0.9.1 some problems appeared with vtsls and emmet-language-server at the same time, until version 0.9.0 everything was ok.

In particular, the properties of objects in javascript are lost and only the suggestions of emmet are visible.
I attach some screenshots to be clearer:

version 0.9.0, both javascript and emmet suggestions are visible.
version-9-0

version 0.9.2 ( or 0.9.1 ), with emmet enabled only the emmet suggestion is visible:
version-9-2-emmet

version 0.9.2 ( or 0.9.1 ), with emmet disabled javascript suggestion is visible:
version-9 2-no-emmet

As for the configuration, this also happens with a standard {} configuration.

Thanks for the work you are doing, I hope this feedback can be clear enough.

Relevant configuration

No response

neovim version

0.10.3

blink.cmp version

0.9.1 / 0.9.2

@albnavarro albnavarro added the bug Something isn't working label Jan 5, 2025
@nikfp
Copy link

nikfp commented Jan 6, 2025

I appear to be having the same problem, with Emmet and Elixir_ls. When Emmet is active I'm not getting completions from the elixir server at all. Turning off emmet gives me elixir completions.

@marcosktsz
Copy link

Having the same problem here inside tsx files, i've also noticed that lsp suggestions start appearing again when wrapping the code around any sort of bracket

Screenshot 2025-01-06 at 22 04 35 Screenshot 2025-01-06 at 22 04 44

@ajatkj
Copy link

ajatkj commented Jan 10, 2025

This is happening in v10.0 as well

@emnnipal
Copy link

emnnipal commented Jan 10, 2025

My issue might be related to this, but it consistently occurs whenever the emmet_language_server is attached. This is on blink.cmp version v0.10.0.
image
image

@mushfiqRabbi

This comment was marked as duplicate.

@Saghen Saghen closed this as completed Jan 19, 2025
@Saghen Saghen marked this as a duplicate of #1076 Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants