Last active
November 23, 2020 10:14
-
-
Save aleksseven/c0bd86c2e25b4a7f91a85d5071497c82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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