neovim/runtime/autoload/provider/script_host.rb
2016-07-02 21:45:48 -07:00

9 lines
189 B
Ruby

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