Method: Neovim.start_remote

Defined in:
lib/neovim.rb

.start_remote(&block) ⇒ Object



21
22
23
# File 'lib/neovim.rb', line 21

def start_remote &block
  Job.run mk_plugins &block
end