Skip to content

Commit

Permalink
Fix typo (#43)
Browse files Browse the repository at this point in the history
* fix: `--configpath` typo

* fix: link
  • Loading branch information
carsakiller authored Sep 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 84257f4 commit 9d47546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/wiki/configuration.mdx
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9d47546

Please sign in to comment.