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", }, }, }, },