feat(lua_ls): enable love2d third party library
This commit is contained in:
parent
b9acc5db52
commit
4db3637929
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ vim.lsp.config("lua_ls", {
|
|||
-- here.
|
||||
-- '${3rd}/luv/library',
|
||||
-- '${3rd}/busted/library',
|
||||
"${3rd}/love2d/library",
|
||||
},
|
||||
-- Or pull in all of 'runtimepath'.
|
||||
-- NOTE: this is a lot slower and will cause issues when working on
|
||||
|
|
|
|||
Loading…
Reference in a new issue