Explorar o código

fix(lsp): sumneko-lua library scanning (#3484)

fixes https://github.com/LunarVim/LunarVim/issues/3439
carsakiller %!s(int64=2) %!d(string=hai) anos
pai
achega
88b114424d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lua/lvim/lsp/providers/sumneko_lua.lua

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

@@ -3,8 +3,9 @@ local default_workspace = {
     vim.fn.expand "$VIMRUNTIME",
     get_lvim_base_dir(),
     require("neodev.config").types(),
+    "${3rd}/busted/library",
+    "${3rd}/luassert/library",
   },
-  checkThirdParty = false,
 
   maxPreload = 5000,
   preloadFileSize = 10000,