diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-08 11:12:29 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-08 11:12:29 +0000 |
| commit | 88157521e890fe7fdf18bee22438875edd6300a6 (patch) | |
| tree | e88911a6b22a9d9e1ae0e057e81a46a6f622723b | |
| parent | fix(clojure_lsp): adds single_file_support for clojure #3547 (diff) | |
| download | nvim-lspconfig-88157521e890fe7fdf18bee22438875edd6300a6.tar nvim-lspconfig-88157521e890fe7fdf18bee22438875edd6300a6.tar.gz nvim-lspconfig-88157521e890fe7fdf18bee22438875edd6300a6.tar.bz2 nvim-lspconfig-88157521e890fe7fdf18bee22438875edd6300a6.tar.lz nvim-lspconfig-88157521e890fe7fdf18bee22438875edd6300a6.tar.xz nvim-lspconfig-88157521e890fe7fdf18bee22438875edd6300a6.tar.zst nvim-lspconfig-88157521e890fe7fdf18bee22438875edd6300a6.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 b53a7bc2..e5b15e1a 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -1952,6 +1952,7 @@ Default config: { "clojure", "edn" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/clojure_lsp.lua:4](../lua/lspconfig/configs/clojure_lsp.lua#L4) +- `single_file_support` : `true` ## cmake diff --git a/doc/configs.txt b/doc/configs.txt index b53a7bc2..e5b15e1a 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1952,6 +1952,7 @@ Default config: { "clojure", "edn" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/clojure_lsp.lua:4](../lua/lspconfig/configs/clojure_lsp.lua#L4) +- `single_file_support` : `true` ## cmake |
