Explorar el Código

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

LostNeophyte hace 2 años
padre
commit
59fff1ea32
Se han modificado 1 ficheros con 1 adiciones y 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",