wip
This commit is contained in:
		@@ -5,6 +5,6 @@
 | 
			
		||||
 | 
			
		||||
local opt = vim.opt
 | 
			
		||||
opt.scrolloff = 999
 | 
			
		||||
vim.diagnostic.config({ virtual_text = false })
 | 
			
		||||
vim.diagnostic.config({ virtual_text = true })
 | 
			
		||||
opt.title = true
 | 
			
		||||
opt.conceallevel = 0
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@ return {
 | 
			
		||||
  opts = {
 | 
			
		||||
    inlay_hints = { enabled = false },
 | 
			
		||||
    diagnostics = {
 | 
			
		||||
      virtual_text = false,
 | 
			
		||||
      virtual_text = true,
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +0,0 @@
 | 
			
		||||
return {
 | 
			
		||||
  "RRethy/vim-illuminate",
 | 
			
		||||
  opts = {
 | 
			
		||||
    delay = 200,
 | 
			
		||||
    large_file_cutoff = 5000,
 | 
			
		||||
    large_file_overrides = {
 | 
			
		||||
      providers = { "lsp" },
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
@@ -1,4 +0,0 @@
 | 
			
		||||
return {
 | 
			
		||||
  "https://git.sr.ht/~whynothugo/lsp_lines.nvim",
 | 
			
		||||
  config = true,
 | 
			
		||||
}
 | 
			
		||||
@@ -1,4 +0,0 @@
 | 
			
		||||
return {
 | 
			
		||||
  "microsoft/vscode-js-debug",
 | 
			
		||||
  build = "npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out",
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user