Explorar el Código

fix(lsp): disable annoying popup for sumneko-lua (#3445)

Abouzar Parvan hace 2 años
padre
commit
173a467412
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lua/lvim/lsp/providers/sumneko_lua.lua

+ 1 - 0
lua/lvim/lsp/providers/sumneko_lua.lua

@@ -4,6 +4,7 @@ local default_workspace = {
     get_lvim_base_dir(),
     require("neodev.config").types(),
   },
+  checkThirdParty = false,
 
   maxPreload = 5000,
   preloadFileSize = 10000,