fix(lsp): make float diagnostics focusable

This commit is contained in:
2025-10-02 06:01:22 +02:00
parent b87cabf6d8
commit 180191b339
+1 -1
View File
@@ -79,7 +79,7 @@ function M.setup()
show_header = false,
source = true,
border = "rounded",
focusable = false,
focusable = true,
format = function(diagnostic)
return string.format("%s", diagnostic.message)
end,