diff options
| -rw-r--r-- | doc/configs.md | 3 | ||||
| -rw-r--r-- | doc/configs.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index 5a8ef3e7..df2546c6 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4090,6 +4090,9 @@ https://sr.ht/~xerool/fennel-ls/ A language server for fennel. +fennel-ls is configured using the closest file to your working directory named `flsproject.fnl`. +All fennel-ls configuration options [can be found here](https://git.sr.ht/~xerool/fennel-ls/tree/HEAD/docs/manual.md#configuration). + **Snippet to enable the language server:** diff --git a/doc/configs.txt b/doc/configs.txt index 5a8ef3e7..df2546c6 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4090,6 +4090,9 @@ https://sr.ht/~xerool/fennel-ls/ A language server for fennel. +fennel-ls is configured using the closest file to your working directory named `flsproject.fnl`. +All fennel-ls configuration options [can be found here](https://git.sr.ht/~xerool/fennel-ls/tree/HEAD/docs/manual.md#configuration). + **Snippet to enable the language server:** |
