Compare commits
No commits in common. "0c6cc172e31b63883bcf185b9e11134d3301d5b8" and "a3ed13202ede0ebc786e2b92bee973d06aaccfbe" have entirely different histories.
0c6cc172e3
...
a3ed13202e
3 changed files with 3 additions and 26 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
wow-api-type-definitions
|
|
19
.luarc.json
19
.luarc.json
|
@ -1,18 +1,5 @@
|
||||||
{
|
{
|
||||||
"diagnostics.globals": [
|
"diagnostics.disable": [
|
||||||
"arg",
|
"undefined-global"
|
||||||
"arg1",
|
]
|
||||||
"arg2",
|
|
||||||
"arg3",
|
|
||||||
"arg4",
|
|
||||||
"arg5",
|
|
||||||
"arg6",
|
|
||||||
"arg7",
|
|
||||||
"arg8",
|
|
||||||
"arg9",
|
|
||||||
"event"
|
|
||||||
],
|
|
||||||
"runtime.version": "Lua 5.1",
|
|
||||||
"type.inferParamType": true,
|
|
||||||
"workspace.library": ["wow-api-type-definitions"]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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`
|
|
Loading…
Add table
Reference in a new issue