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
for the snippet above i tried html.
now i have explicitly tried css and when the cursor is between curly braces it seems to work.
i think i am mainly confused because g:user_emmet_install_global is by default true and html tags expand anywhere, in any filetype but not the css shortcuts. is this by design? if yes, maybe the documentation could be a bit more clear about it.
how can i make the css shortcuts expand in html files (for the style attribute)?
when trying any of the examples from the doc, all shorthands are expanded into
html
tags:expected effect from
:he emmet
:actual result:
neovim 0.9.0
latest emmet with installed with
Plug 'mattn/emmet-vim'
The text was updated successfully, but these errors were encountered: