script_host.rb 182 B

1234567
  1. begin
  2. require 'neovim/ruby_provider'
  3. rescue LoadError
  4. warn('Your neovim RubyGem is missing or out of date.',
  5. 'Install the latest version using `gem install neovim`.')
  6. end