aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server_configurations.md16
-rw-r--r--doc/server_configurations.txt16
2 files changed, 28 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 035b7901..cb8a6a4c 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -4858,10 +4858,22 @@ require'lspconfig'.guile_ls.setup{}
## harper_ls
-https://github.com/chilipepperhott/harper_ls
+https://github.com/chilipepperhott/harper
The language server for Harper, the slim, clean language checker for developers.
-As of right now, there are no settings to be configured for `harper_ls`.
+
+See [docs](https://github.com/chilipepperhott/harper/tree/master/harper-ls#configuration) for more information on settings.
+
+In short, however, they should look something like this:
+```lua
+lspconfig.harper_ls.setup {
+ settings = {
+ ["harper-ls"] = {
+ userDictPath = "~/dict.txt"
+ }
+ },
+}
+```
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 035b7901..cb8a6a4c 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -4858,10 +4858,22 @@ require'lspconfig'.guile_ls.setup{}
## harper_ls
-https://github.com/chilipepperhott/harper_ls
+https://github.com/chilipepperhott/harper
The language server for Harper, the slim, clean language checker for developers.
-As of right now, there are no settings to be configured for `harper_ls`.
+
+See [docs](https://github.com/chilipepperhott/harper/tree/master/harper-ls#configuration) for more information on settings.
+
+In short, however, they should look something like this:
+```lua
+lspconfig.harper_ls.setup {
+ settings = {
+ ["harper-ls"] = {
+ userDictPath = "~/dict.txt"
+ }
+ },
+}
+```