We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running NeoVim 0.9.1 via MacPorts on Mac OS Ventura 13.3.1 and Ruby 3.22 via $HOME/.rbenv . I have an alias to run VimR with my NeoVim config:
vimr --nvim -u ~/.config/nvim/init.lua
... which mostly works fine but :checkhealth is not regcognising my Ruby and insists on using the system Ruby instead:
ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]
INFO: Ruby: ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]
INFO: Host: /Users/gmac/.rbenv/shims/neovim-ruby-host
ERROR: Command error (job=11, exit code 1): gem list -ra '^neovim$' (in '/Users/gmac')
gem list -ra '^neovim$'
ERROR: Failed to run: gem list -ra ^neovim$
My NeoVim :checkhealth shows no errors and respects the Ruby I have configured:
Ruby provider (optional)
I don't know if this is related but there is also an intit file issue listed by VimR :checkhealth:
My config is: /Users/gmac/.config/nvim/init.lua
The text was updated successfully, but these errors were encountered:
Do you have this line in your config? I just checked with it and it worked fine.
let g:ruby_host_prog = '~/.rbenv/versions/3.2.2/bin/neovim-ruby-host'
For more information :help g:ruby_host_prog
:help g:ruby_host_prog
Sorry, something went wrong.
No branches or pull requests
I'm running NeoVim 0.9.1 via MacPorts on Mac OS Ventura 13.3.1 and Ruby 3.22 via $HOME/.rbenv . I have an alias to run VimR with my NeoVim config:
vimr --nvim -u ~/.config/nvim/init.lua
... which mostly works fine but :checkhealth is not regcognising my Ruby and insists on using the system Ruby instead:
mason.nvim [Languages]
ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]
Ruby provider (optional)
INFO: Ruby: ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]
INFO: Host: /Users/gmac/.rbenv/shims/neovim-ruby-host
ERROR: Command error (job=11, exit code 1):
gem list -ra '^neovim$'
(in '/Users/gmac')ERROR: Failed to run: gem list -ra ^neovim$
My NeoVim :checkhealth shows no errors and respects the Ruby I have configured:
mason.nvim [Languages]
Ruby provider (optional)
I don't know if this is related but there is also an intit file issue listed by VimR :checkhealth:
Configuration
My config is: /Users/gmac/.config/nvim/init.lua
The text was updated successfully, but these errors were encountered: