Method: Neovim::Plugin::Handler#sync?

Defined in:
lib/neovim/plugin/handler.rb

#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.

Returns:

  • (Boolean)
[View source] [View on GitHub]

22
23
24
# File 'lib/neovim/plugin/handler.rb', line 22

def sync?
  !!@sync
end