Compare commits
2 commits
a3ed13202e
...
0c6cc172e3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0c6cc172e3 | ||
![]() |
8a89bf0d4b |
3 changed files with 26 additions and 3 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
wow-api-type-definitions
|
19
.luarc.json
19
.luarc.json
|
@ -1,5 +1,18 @@
|
||||||
{
|
{
|
||||||
"diagnostics.disable": [
|
"diagnostics.globals": [
|
||||||
"undefined-global"
|
"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"]
|
||||||
}
|
}
|
||||||
|
|
9
README.md
Normal file
9
README.md
Normal file
|
@ -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`
|
Loading…
Add table
Reference in a new issue