This commit is contained in:
2025-05-02 20:20:19 +02:00
parent 375b181380
commit ba2f583baa
7 changed files with 57 additions and 85 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ return {
opts = {
inlay_hints = { enabled = false },
diagnostics = {
virtual_text = false,
virtual_text = true,
},
},
}

View File

@ -1,10 +0,0 @@
return {
"RRethy/vim-illuminate",
opts = {
delay = 200,
large_file_cutoff = 5000,
large_file_overrides = {
providers = { "lsp" },
},
},
}

View File

@ -1,4 +0,0 @@
return {
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
config = true,
}

View File

@ -1,4 +0,0 @@
return {
"microsoft/vscode-js-debug",
build = "npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out",
}