# File lib/vimmatelib/config.rb, line 82
    def config
      read_config
      @config.freeze
      # Once read, we only need a simple reader
      self.class.send(:attr_reader, :config)
      config
    end