vim/.config/vim/ftplugin/html.vim
Danielle McLean f17b1ed073 Migrate Vim configuration to XDG basedir spec
All my config lives in $XDG_CONFIG_HOME/vim, and installed plugins go to
$XDG_CACHE_HOME/vim, as does the viminfo file.
2016-10-06 10:56:05 +11:00

3 lines
46 B
VimL

let b:html_mode = 1
runtime! ftplugin/xml.vim