Explorar el Código

fix: add missing table entry (#1670)

kylo252 hace 3 años
padre
commit
7a939ad771
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lua/lsp/manager.lua

+ 1 - 0
lua/lsp/manager.lua

@@ -9,6 +9,7 @@ function M.init_defaults(languages)
       lvim.lang[entry] = {
         formatters = {},
         linters = {},
+        lsp = {},
       }
     end
   end