diff --git a/lsp/lua_ls.lua b/lsp/lua_ls.lua index 1be2332..63501d5 100644 --- a/lsp/lua_ls.lua +++ b/lsp/lua_ls.lua @@ -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