neovim/runtime/autoload/provider/script_host.rb

7 lines
182 B
Ruby
Raw Normal View History

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