fix(lsp): make float diagnostics focusable
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user