diff --git a/src/content/wiki/configuration.mdx b/src/content/wiki/configuration.mdx index 8187c0d..c60e5a1 100644 --- a/src/content/wiki/configuration.mdx +++ b/src/content/wiki/configuration.mdx @@ -12,8 +12,8 @@ The language server is highly configurable. You can view all of the settings in The language server loads its settings from one of the following sources, in order of priority: -1. The file specified by [`--config-path`](/wiki/arguments#config-path). -2. A [`.luarc.json`]() file in the workspace. +1. The file specified by [`--configpath`](/wiki/usage#--configpath). +2. A [`.luarc.json`](#luarcjson-file) file in the workspace. 3. The configuration file sent from the LSP client (like [`settings.json`](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) from VS Code). ## Configuration File