Skip to content

Instantly share code, notes, and snippets.

@aleksseven
Last active November 23, 2020 10:14
Show Gist options
  • Save aleksseven/c0bd86c2e25b4a7f91a85d5071497c82 to your computer and use it in GitHub Desktop.
Save aleksseven/c0bd86c2e25b4a7f91a85d5071497c82 to your computer and use it in GitHub Desktop.
1. Install neovim ruby
gem install neovim
2. Find neovim_ruby_host
find / -iname 'neovim-ruby-host*'
3. Add these line to init.vim.
let g:ruby_host_prog = '/home/alex/.rbenv/versions/2.7.2/bin/neovim-ruby-host'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment