mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	fix(colorscheme): add missing LSP groups
This commit is contained in:
		
				
					committed by
					
						
						Christian Clason
					
				
			
			
				
	
			
			
			
						parent
						
							9e2f378b6d
						
					
				
				
					commit
					2b1a6e7597
				
			@@ -201,8 +201,16 @@ static const char *highlight_init_both[] = {
 | 
			
		||||
  "default link SpecialComment Special",
 | 
			
		||||
  "default link Debug          Special",
 | 
			
		||||
  "default link Ignore         Normal",
 | 
			
		||||
  "default link LspInlayHint   NonText",
 | 
			
		||||
  "default link SnippetTabstop Visual",
 | 
			
		||||
 | 
			
		||||
  // Built-in LSP
 | 
			
		||||
  "default link LspCodeLens                 NonText",
 | 
			
		||||
  "default link LspCodeLensSeparator        LspCodeLens",
 | 
			
		||||
  "default link LspInlayHint                NonText",
 | 
			
		||||
  "default link LspReferenceRead            LspReferenceText",
 | 
			
		||||
  "default link LspReferenceText            Visual",
 | 
			
		||||
  "default link LspReferenceWrite           LspReferenceText",
 | 
			
		||||
  "default link LspSignatureActiveParameter Visual",
 | 
			
		||||
  "default link SnippetTabstop              Visual",
 | 
			
		||||
 | 
			
		||||
  // Diagnostic
 | 
			
		||||
  "default link DiagnosticFloatingError    DiagnosticError",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user