mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-30 22:11:09 +00:00 
			
		
		
		
	fix(ui): always show diagnostics virtual text
This commit is contained in:
		
					parent
					
						
							
								25132fc08f
							
						
					
				
			
			
				commit
				
					
						0f713b2958
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -84,7 +84,7 @@ function M:update() | |||
|       diag.lnum = diag.row - 1 | ||||
|       return diag | ||||
|     end, self._diagnostics), | ||||
|     { signs = false } | ||||
|     { signs = false, virtual_text = true } | ||||
|   ) | ||||
| end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue