fix(lsp): add luv library by default to lua_ls (#4067)

This commit is contained in:
kylo252 2023-04-20 11:59:57 +02:00 committed by GitHub
parent 9ecad22dbb
commit 476743d2d1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ local default_workspace = {
require("neodev.config").types(),
"${3rd}/busted/library",
"${3rd}/luassert/library",
"${3rd}/luv/library",
},
maxPreload = 5000,