Method: Neovim::DslBase::Plugins#options

Defined in:
lib/neovim/handler.rb

#optionsObject



85
86
87
# File 'lib/neovim/handler.rb', line 85

def options
  @handlers.each { |name,handler| yield name, handler.options }
end