feat(lua_ls): enable love2d third party library

This commit is contained in:
Simon Lasbrugnas 2026-02-02 17:15:12 +01:00
parent b9acc5db52
commit 4db3637929
No known key found for this signature in database
GPG key ID: 43F4DC559B52E7FA

View file

@ -46,6 +46,7 @@ vim.lsp.config("lua_ls", {
-- here. -- here.
-- '${3rd}/luv/library', -- '${3rd}/luv/library',
-- '${3rd}/busted/library', -- '${3rd}/busted/library',
"${3rd}/love2d/library",
}, },
-- Or pull in all of 'runtimepath'. -- Or pull in all of 'runtimepath'.
-- NOTE: this is a lot slower and will cause issues when working on -- NOTE: this is a lot slower and will cause issues when working on