added love2d library detection

This commit is contained in:
ivarfatland
2025-02-25 16:31:13 +01:00
parent a57eb7e668
commit 99a45ecaa2
+1
View File
@@ -230,6 +230,7 @@ require'lazy'.setup{ --{{{1
opts = { opts = {
library = { library = {
{ path = "${3rd}/luv/library", words = { "vim%.uv" } }, { path = "${3rd}/luv/library", words = { "vim%.uv" } },
{ path = "${3rd}/love2d/library", words = { "love" } },
}, },
}, },
}, },