diagnostic_only_current = true

This commit is contained in:
Rikuoh Tsujitani 2024-03-09 10:39:17 +09:00
parent a0c8499c9c
commit 9fc66648a3
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -359,6 +359,9 @@ require("lspsaga").setup({
lightbulb = {
enable = false,
},
diagnostic = {
diagnostic_only_current = true,
},
})
local on_attach = function(client, bufnr)