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
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								nvim/lua/plugins/disabled.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								nvim/lua/plugins/disabled.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
return {
 | 
			
		||||
  "nvim-lspconfig",
 | 
			
		||||
  opts = {
 | 
			
		||||
    diagnostics = {
 | 
			
		||||
      virtual_text = false,
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user