neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

script_host.rb (182B)


      1 begin
      2  require 'neovim/ruby_provider'
      3 rescue LoadError
      4  warn('Your neovim RubyGem is missing or out of date.',
      5       'Install the latest version using `gem install neovim`.')
      6 end