From 38f3acc17fffc110c03a2521ff07d00d0d065f49 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Fri, 3 Oct 2025 13:29:34 +0200 Subject: [PATCH] Minros --- lua/plugins/lsp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 4b612aa..8d78c84 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -91,6 +91,8 @@ return { -- See the configuration section for more details -- Load luvit types when the `vim.uv` word is found { path = "${3rd}/luv/library", words = { "vim%.uv" } }, + { + path = "${3rd}/love2d/library", }, }, }, },