diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-06 00:58:09 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-06 00:58:09 +0000 |
| commit | d78f318d71d504b183ea9db26907eab740e06dd6 (patch) | |
| tree | 0050a01c1b6863265698b9ac0277c51dd0a16220 | |
| parent | fix(fennel-ls): use closest cfg as root directory and fallback to git repo ro... (diff) | |
| download | nvim-lspconfig-d78f318d71d504b183ea9db26907eab740e06dd6.tar nvim-lspconfig-d78f318d71d504b183ea9db26907eab740e06dd6.tar.gz nvim-lspconfig-d78f318d71d504b183ea9db26907eab740e06dd6.tar.bz2 nvim-lspconfig-d78f318d71d504b183ea9db26907eab740e06dd6.tar.lz nvim-lspconfig-d78f318d71d504b183ea9db26907eab740e06dd6.tar.xz nvim-lspconfig-d78f318d71d504b183ea9db26907eab740e06dd6.tar.zst nvim-lspconfig-d78f318d71d504b183ea9db26907eab740e06dd6.zip | |
docs: update configs.md
skip-checks: true
| -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:** |
