first-humanoid-dataset / nvim-linux-x86_64 /share /nvim /runtime /autoload /provider /script_host.rb
| 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 | |