You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as I start typing e.g. "d" the popup shows d~ [] Snippet -> <d>${1}</d>. Of course this happens with all kinds of characters until it has a first match with a "keyword", "functio" etc. I could nail it down so far that I am quite confident that it comes from emmet_ls and also only happens if nvim_lsp is a source. It happens in all filetypes where emmet_ls is activated.
Steps to reproduce
Add this to LazyVim
Expected behavior
I only want emmet_ls show up, if it has a match e.g. it found "div". Or I could also live if I have to trigger the excecution of emmet-ls with another key.
Actual behavior
Always triggering nonsense which is specially annoying when I am typing and then press ENTER because then I get a crazy custom html tag.
Additional context
No response
The text was updated successfully, but these errors were encountered:
FAQ
Announcement
Minimal reproducible full config
Description
As soon as I start typing e.g. "d" the popup shows
d~ [] Snippet
-><d>${1}</d>
. Of course this happens with all kinds of characters until it has a first match with a "keyword", "functio" etc. I could nail it down so far that I am quite confident that it comes fromemmet_ls
and also only happens ifnvim_lsp
is a source. It happens in all filetypes where emmet_ls is activated.Steps to reproduce
Add this to LazyVim
Expected behavior
I only want emmet_ls show up, if it has a match e.g. it found "div". Or I could also live if I have to trigger the excecution of emmet-ls with another key.
Actual behavior
Always triggering nonsense which is specially annoying when I am typing and then press
ENTER
because then I get a crazy custom html tag.Additional context
No response
The text was updated successfully, but these errors were encountered: