feat: open the repo for community plugin submissions

This commit is contained in:
Lemmy
2026-07-12 22:44:36 -04:00
parent 057bde16c0
commit 658657138b
12 changed files with 1395 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"luau-lsp.platform.type": "standard",
"luau-lsp.sourcemap.enabled": false,
"luau-lsp.types.definitionFiles": {
"noctalia": "noctalia.d.luau"
},
"luau-lsp.ignoreGlobs": ["**/*.d.luau"]
}