fix(lsp): make float diagnostics focusable
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ function M.setup()
|
|||||||
show_header = false,
|
show_header = false,
|
||||||
source = true,
|
source = true,
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
focusable = false,
|
focusable = true,
|
||||||
format = function(diagnostic)
|
format = function(diagnostic)
|
||||||
return string.format("%s", diagnostic.message)
|
return string.format("%s", diagnostic.message)
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user