diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..fe19654 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,7 @@ +{ + "workspace": { + "library": [ + "./Meta" + ] + } +} diff --git a/sync.yml b/sync.yml index 26441fd..7e499d6 100644 --- a/sync.yml +++ b/sync.yml @@ -1,3 +1,6 @@ - source: stylua.toml target: ../stylua.toml delete: true +- source: .luarc.json + target: ../.luarc.json + delete: true