diff --git a/plugin/defaults.vim b/plugin/defaults.vim index c1abf51..b13f2af 100644 --- a/plugin/defaults.vim +++ b/plugin/defaults.vim @@ -287,6 +287,10 @@ if !exists('g:formatters_xml') let g:formatters_xml = ['tidy_xml'] endif +" SVG +if !exists('g:formatters_svg') + let g:formatters_svg = ['tidy_xml'] +endif " XHTML if !exists('g:formatdef_tidy_xhtml')