Class: Neovim::DslRemote
Constant Summary collapse
- TYPE =
:remote
Constants included from Logging
Logging::DEFAULT_LEVEL, Logging::LEVELS
Instance Method Summary collapse
Methods inherited from DslBase
#add_plugins, #initialize, open
Methods included from Logging
Constructor Details
This class inherits a constructor from Neovim::DslBase
Instance Method Details
#register_handler(name, &block) ⇒ Object
132 133 134 |
# File 'lib/neovim/handler.rb', line 132 def register_handler name, &block add_handler nil, name, &block end |