Method: Neovim::DslBase::Plugins#specs

Defined in:
lib/neovim/handler.rb

#specsObject



81
82
83
# File 'lib/neovim/handler.rb', line 81

def specs
  @handlers.map { |_,handler| handler.spec }
end