From 4db3637929c7dba1243d21d501305d03f5d9c0a5 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 2 Feb 2026 17:15:12 +0100 Subject: [PATCH] feat(lua_ls): enable love2d third party library --- lsp/lua_ls.lua | 1 + 1 file changed, 1 insertion(+) 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