Compare commits

...

2 commits

Author SHA1 Message Date
Imbus
0c6cc172e3 Notes on symbols 2024-08-16 14:55:06 +02:00
Imbus
8a89bf0d4b Disable undefined globals and add config from SabineWren/wow-api-type-definitions 2024-08-16 14:53:36 +02:00
3 changed files with 26 additions and 3 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wow-api-type-definitions

View file

@ -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"]
}

9
README.md Normal file
View 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`