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': '/>', \ }, \}