diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-01 22:12:54 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-01 22:12:54 +0000 |
| commit | eb20f0a9cc809bb261a183a554d1087aeca8d7af (patch) | |
| tree | d513be42ae68d33fdc0a46591dbb8132b9477f49 | |
| parent | fix(fennel-ls): enable single_file_support #3417 (diff) | |
| download | nvim-lspconfig-eb20f0a9cc809bb261a183a554d1087aeca8d7af.tar nvim-lspconfig-eb20f0a9cc809bb261a183a554d1087aeca8d7af.tar.gz nvim-lspconfig-eb20f0a9cc809bb261a183a554d1087aeca8d7af.tar.bz2 nvim-lspconfig-eb20f0a9cc809bb261a183a554d1087aeca8d7af.tar.lz nvim-lspconfig-eb20f0a9cc809bb261a183a554d1087aeca8d7af.tar.xz nvim-lspconfig-eb20f0a9cc809bb261a183a554d1087aeca8d7af.tar.zst nvim-lspconfig-eb20f0a9cc809bb261a183a554d1087aeca8d7af.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 1 | ||||
| -rw-r--r-- | doc/configs.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index 1e459241..024be728 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -3521,6 +3521,7 @@ Default config: ```lua {} ``` +- `single_file_support` : `true` ## fish_lsp diff --git a/doc/configs.txt b/doc/configs.txt index 1e459241..024be728 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -3521,6 +3521,7 @@ Default config: ```lua {} ``` +- `single_file_support` : `true` ## fish_lsp |
