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
Hey!
Thank you for writing this plugin. I would like to use it with Neovim without any additional autocomplete plugins.
I've copied the configuration from the readme but I can't this plugin work with built-in autocomplete. I have a following on_attach function that connects omnifunc with lsp.omnifunc for the buffer:
Now, if I type valid emmet syntax in the HTML file (e.g. h1.center), and hit CTRL+x, CTRL+o, I see a following message in status line:
^X mode (^]^D^E^F^O^K^L^N^O^Ps^U^V^Y) Pattern not found
In the :LspLog I also see a following line (not sure if this is related):
[WARN][2023-11-25 18:55:55] ...lsp/handlers.lua:137 "The language server emmet_ls triggers a registerCapability handler despite dynamicRegistration set to false. Report upstream, this warning is harmless"
How can I force emmet to convert snippet to a proper HTML structure?
The text was updated successfully, but these errors were encountered:
Hey!
Thank you for writing this plugin. I would like to use it with Neovim without any additional autocomplete plugins.
I've copied the configuration from the readme but I can't this plugin work with built-in autocomplete. I have a following
on_attach
function that connectsomnifunc
withlsp.omnifunc
for the buffer:Now, if I type valid emmet syntax in the HTML file (e.g.
h1.center
), and hitCTRL+x
,CTRL+o
, I see a following message in status line:In the
:LspLog
I also see a following line (not sure if this is related):How can I force emmet to convert snippet to a proper HTML structure?
The text was updated successfully, but these errors were encountered: