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
Methods included from Logging
Constructor Details
This class inherits a constructor from Neovim::DslBase
Instance Method Details
#register_handler(name, &block) ⇒ Object
149 150 151 |
# File 'lib/neovim/handler.rb', line 149 def register_handler name, &block add_handler nil, name, &block end |
#setup(&block) ⇒ Object
145 146 147 |
# File 'lib/neovim/handler.rb', line 145 def setup &block add_setup_block &block end |