blob: 1dade766c7c73bf5fff186d61fdec52003f75182 (
plain) (
blame)
1
2
3
4
5
6
7
8
  | 
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
  |