progress jdtls...

This commit is contained in:
Aram Markarov
2025-09-02 00:41:01 +02:00
parent cac4643007
commit 6d392f1ed1
4 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -115,8 +115,8 @@ local severity = {
"error",
"warn",
"info",
"info", -- map both hint and info to info?
}
vim.lsp.handlers["window/showMessage"] = function(err, method, params, client_id)
vim.notify(method.message, severity[params.type])
end