This commit is contained in:
2025-12-29 17:12:37 -05:00
parent 357a7ab1bb
commit 25ee38ab07
3 changed files with 13 additions and 2 deletions

View File

@@ -25,8 +25,11 @@ return {
globals = { "vim" },
},
workspace = {
library = { vim.env.VIMRUNTIME },
checkThirdParty = false,
library = {
vim.env.VIMRUNTIME,
"${3rd}/luv/library"
},
checkThirdParty = "Apply",
},
},
},