wip
This commit is contained in:
@ -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