From 9d4754621f41a2cb331f50c04e21c6cb676757cd Mon Sep 17 00:00:00 2001 From: carsakiller Date: Mon, 16 Sep 2024 00:01:00 -0400 Subject: [PATCH] Fix typo (#43) * fix: `--configpath` typo * fix: link --- src/content/wiki/configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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