File size: 182 Bytes
62af3c4
 
 
 
 
 
1
2
3
4
5
6
7
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