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
Yo that g:user_emmet_settings configuration almost totally did the trick for me!... Only thing that I had to add was appending the liquid file-type to the relevant autocmd, eg.
I'm using nvim and have loaded mattn/emmet-vim with vim plug. It works well with all files it's supposed to.
However, for Jekyll's liquid files I'd like to use the same setup as html.
For some reason, when the file is detected as "liquid" emmet simply does not work, no suggestions, keybindings dont suggest anything,
How can I get emmet to work with liquid files?
My .vimrc has the following (excepts):
The text was updated successfully, but these errors were encountered: