Sha256: a08e1b593164f7776d04b53743f71586a11ebff502a70e8405e5a228f702c132

Contents?: true

Size: 434 Bytes

Versions: 4

Compression:

Stored size: 434 Bytes

Contents

module VimPrinter
  class << self
    def update_config
      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_use_xhtml = 1'",
          "-c 'let g:html_ignore_folding = 1'"
        ]
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vim_printer-0.2.7 lib/vim_printer/config/vim_printer.rb
vim_printer-0.2.6 lib/vim_printer/config/vim_printer.rb
vim_printer-0.2.5 lib/vim_printer/config/vim_printer.rb
vim_printer-0.2.4 lib/vim_printer/config/vim_printer.rb