# File lib/neovim/host.rb, line 31
    def register(plugin)
      plugin.handlers.each do |handler|
        @handlers[handler.qualified_name] = wrap_plugin_handler(handler)
      end

      plugin.setup(@client)
      @specs[plugin.source] = plugin.specs
    end