diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55695a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +wow-api-type-definitions diff --git a/.luarc.json b/.luarc.json index d226ba8..e97b3af 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,5 +1,18 @@ { - "diagnostics.disable": [ - "undefined-global" - ] + "diagnostics.globals": [ + "arg", + "arg1", + "arg2", + "arg3", + "arg4", + "arg5", + "arg6", + "arg7", + "arg8", + "arg9", + "event" + ], + "runtime.version": "Lua 5.1", + "type.inferParamType": true, + "workspace.library": ["wow-api-type-definitions"] } diff --git a/README.md b/README.md new file mode 100644 index 0000000..206139a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Default keybinds + +See [wow-api-type-definitions](https://github.com/SabineWren/wow-api-type-definitions) + +## For LSP symbols: + +Clone inside this repo: + +`git clone git@github.com:SabineWren/wow-api-type-definitions.git`