1 2 3 4 5 6
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