Method: Neovim::Plugin::Handler#sync?
- Defined in:
- lib/neovim/plugin/handler.rb
permalink #sync? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
22 23 24 |
# File 'lib/neovim/plugin/handler.rb', line 22 def sync? !!@sync end |