mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	@@ -9,17 +9,9 @@ function! s:enhance_syntax() abort
 | 
			
		||||
        \ containedin=markdownCodeBlock,mkdListItemLine
 | 
			
		||||
  highlight link healthWarning WarningMsg
 | 
			
		||||
 | 
			
		||||
  syntax keyword healthInfo INFO
 | 
			
		||||
        \ containedin=markdownCodeBlock,mkdListItemLine
 | 
			
		||||
  highlight link healthInfo ModeMsg
 | 
			
		||||
 | 
			
		||||
  syntax keyword healthSuccess SUCCESS
 | 
			
		||||
        \ containedin=markdownCodeBlock,mkdListItemLine
 | 
			
		||||
  highlight link healthSuccess ModeMsg
 | 
			
		||||
 | 
			
		||||
  syntax keyword healthSuggestion SUGGESTIONS
 | 
			
		||||
        \ containedin=markdownCodeBlock,mkdListItemLine
 | 
			
		||||
  highlight link healthSuggestion String
 | 
			
		||||
  highlight healthSuccess guibg=#5fff00 guifg=#080808 ctermbg=82 ctermfg=232
 | 
			
		||||
 | 
			
		||||
  syntax match healthHelp "|.\{-}|" contains=healthBar
 | 
			
		||||
        \ containedin=markdownCodeBlock,mkdListItemLine
 | 
			
		||||
 
 | 
			
		||||
@@ -420,7 +420,9 @@ function! s:check_ruby() abort
 | 
			
		||||
  let host = provider#ruby#Detect()
 | 
			
		||||
  if empty(host)
 | 
			
		||||
    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
 | 
			
		||||
  endif
 | 
			
		||||
  call health#report_info('Host: '. host)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user