# File lib/neovim/plugin/dsl.rb, line 35
      def command(name, options={}, &block)
        register_handler(:command, name, options, block)
      end