mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-01-02 23:43:24 +08:00
Example: To expand the br tag as <br/> instead of the default <br />, put this
in your .vimrc:
let g:user_zen_settings = {
\ 'html': {
\ 'empty_element_suffix': '/>',
\ },
\}
22 KiB
22 KiB