# File lib/neovim/plugin/handler.rb, line 41
      def to_spec
        {
          :type => @type,
          :name => @name,
          :sync => @sync,
          :opts => @options,
        }
      end