diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 55695a4..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -wow-api-type-definitions diff --git a/.luarc.json b/.luarc.json index e97b3af..d226ba8 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,18 +1,5 @@ { - "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"] + "diagnostics.disable": [ + "undefined-global" + ] } diff --git a/README.md b/README.md deleted file mode 100644 index 206139a..0000000 --- a/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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`