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

Weird symbols in scss files #246

Closed
ziombo opened this issue Sep 24, 2021 · 2 comments
Closed

Weird symbols in scss files #246

ziombo opened this issue Sep 24, 2021 · 2 comments

Comments

@ziombo
Copy link

ziombo commented Sep 24, 2021

While using nvim-cmp in .scss files, I get some weird suggestion that stay in window (they persist when changing buffers) after closing the completion menu.

Here's an example:
image

after closing completion menu the values that were shown "outside" of the area of the menu stay visible (until I put changes in the file that reach these lines):
image

Additionaly, even though these two options have these weird strikethrough lines, they will paste properly into the buffer once selected. The common thing about these issue inducing options is that they are marked as nonstandard in their definition:
image
So maybe that's causing them to be written into completion menu in a weird way?

@rhcher
Copy link

rhcher commented Sep 24, 2021

same as #48 ,however you can wait this PR #224 that solved this issue merger

@hrsh7th
Copy link
Owner

hrsh7th commented Sep 24, 2021

@ziombo You can set formatting.deprecated = false

@hrsh7th hrsh7th closed this as completed Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants