diagnostic_only_current = true
This commit is contained in:
parent
a0c8499c9c
commit
9fc66648a3
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -359,6 +359,9 @@ require("lspsaga").setup({
|
||||||
lightbulb = {
|
lightbulb = {
|
||||||
enable = false,
|
enable = false,
|
||||||
},
|
},
|
||||||
|
diagnostic = {
|
||||||
|
diagnostic_only_current = true,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local on_attach = function(client, bufnr)
|
local on_attach = function(client, bufnr)
|
||||||
|
|
Loading…
Reference in a new issue