diff --git a/lua/ow/lsp.lua b/lua/ow/lsp.lua index c57b255..65330b8 100644 --- a/lua/ow/lsp.lua +++ b/lua/ow/lsp.lua @@ -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,