disable virtual text
This commit is contained in:
		@@ -4,7 +4,6 @@
 | 
			
		||||
--
 | 
			
		||||
 | 
			
		||||
local opt = vim.opt
 | 
			
		||||
local diag = vim.diagnostic
 | 
			
		||||
opt.scrolloff = 999
 | 
			
		||||
diag.config({ virtual_text = false })
 | 
			
		||||
vim.diagnostic.config({ virtual_text = false })
 | 
			
		||||
opt.title = true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user