Explorar o código

feat(lsp): focusable line diagnostics (#3622)

LostNeophyte %!s(int64=2) %!d(string=hai) anos
pai
achega
59fff1ea32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/lvim/lsp/config.lua

+ 1 - 1
lua/lvim/lsp/config.lua

@@ -62,7 +62,7 @@ return {
     underline = true,
     severity_sort = true,
     float = {
-      focusable = false,
+      focusable = true,
       style = "minimal",
       border = "rounded",
       source = "always",