Sha256: 8f6161256b96aea661ae1efa9e7800ebc48169ffcf4b1ff5d522e8934fb01de8

Contents?: true

Size: 398 Bytes

Versions: 8

Compression:

Stored size: 398 Bytes

Contents

require_relative "../../lib/vim_printer/configuration"
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'"
        ]
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vim_printer-0.2.2 config/initializers/vim_printer.rb
vim_printer-0.2.1 config/initializers/vim_printer.rb
vim_printer-0.2.0 config/initializers/vim_printer.rb
vim_printer-0.1.12 config/initializers/vim_printer.rb
vim_printer-0.1.11 config/initializers/vim_printer.rb
vim_printer-0.1.10 config/initializers/vim_printer.rb
vim_printer-0.1.9 config/initializers/vim_printer.rb
vim_printer-0.1.8 config/initializers/vim_printer.rb