fix: sort diagnostics by severity

This commit is contained in:
2025-04-09 01:42:02 +02:00
parent b846b17337
commit 1bd4dff6ab
+1 -1
View File
@@ -128,7 +128,7 @@ local function setup_diagnostics()
end,
},
update_in_insert = false,
severity_sort = false,
severity_sort = true,
})
end