mirror of
https://github.com/neovim/neovim.git
synced 2025-11-09 20:15:24 +00:00
health.vim: ruby provider advice
This commit is contained in:
@@ -420,7 +420,9 @@ function! s:check_ruby() abort
|
|||||||
let host = provider#ruby#Detect()
|
let host = provider#ruby#Detect()
|
||||||
if empty(host)
|
if empty(host)
|
||||||
call health#report_warn('Missing "neovim" gem.',
|
call health#report_warn('Missing "neovim" gem.',
|
||||||
\ ['Run in shell: gem install neovim'])
|
\ ['Run in shell: gem install neovim',
|
||||||
|
\ 'Is the gem bin directory in $PATH? Check `gem environment`.',
|
||||||
|
\ 'If you are using rvm/rbenv/chruby, try "rehashing".'])
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
call health#report_info('Host: '. host)
|
call health#report_info('Host: '. host)
|
||||||
|
|||||||
Reference in New Issue
Block a user