config/initializers/vim_printer.rb in vim_printer-0.2.2 vs config/initializers/vim_printer.rb in vim_printer-0.2.3
- old
+ new
@@ -5,10 +5,12 @@
VimPrinter.configure do |config|
config.options[:html] = [
"-c 'let g:html_expand_tabs = 1'",
"-c 'let g:html_use_css = 1'",
"-c 'let g:html_no_progress = 1'",
- "-c 'let g:html_number_lines = 0'"
+ "-c 'let g:html_number_lines = 0'",
+ "-c 'let g:html_use_xhtml = 1'",
+ "-c 'let g:html_ignore_folding = 1'"
]
end
end
end
end