diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..8f2eb3e --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,17 @@ +{ + "lsp": { + "luau-lsp": { + "settings": { + "luau-lsp": { + "sourcemap": { + "enabled": false + }, + "types": { + "definitionFiles": ["noctalia.d.luau"] + }, + "ignoreGlobs": ["**/*.d.luau"] + } + } + } + } +}