feat: add config for diagnostic jump

This commit is contained in:
2025-04-09 02:41:08 +02:00
parent 7089dfcdcd
commit 08a8609339
+4
View File
@@ -129,6 +129,10 @@ local function setup_diagnostics()
},
update_in_insert = false,
severity_sort = true,
jump = {
float = true,
wrap = false,
},
})
end