diff options
| author | github-actions <github-actions@github.com> | 2023-03-20 13:46:20 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-03-20 13:46:20 +0000 |
| commit | 0f94c5fded29c0024254259f3d8a0284bfb507ea (patch) | |
| tree | 0df2f8c5c73233df4ed34925f983773b9102fa1d | |
| parent | fix(clojure_lsp): update root directory pattern (#2515) (diff) | |
| download | nvim-lspconfig-0f94c5fded29c0024254259f3d8a0284bfb507ea.tar nvim-lspconfig-0f94c5fded29c0024254259f3d8a0284bfb507ea.tar.gz nvim-lspconfig-0f94c5fded29c0024254259f3d8a0284bfb507ea.tar.bz2 nvim-lspconfig-0f94c5fded29c0024254259f3d8a0284bfb507ea.tar.lz nvim-lspconfig-0f94c5fded29c0024254259f3d8a0284bfb507ea.tar.xz nvim-lspconfig-0f94c5fded29c0024254259f3d8a0284bfb507ea.tar.zst nvim-lspconfig-0f94c5fded29c0024254259f3d8a0284bfb507ea.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index edf48191..914d7672 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -1298,7 +1298,7 @@ require'lspconfig'.clojure_lsp.setup{} ``` - `root_dir` : ```lua - root_pattern("project.clj", "deps.edn", "build.boot", "shadow-cljs.edn", ".git") + root_pattern("project.clj", "deps.edn", "build.boot", "shadow-cljs.edn", ".git", "bb.edn") ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index edf48191..914d7672 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -1298,7 +1298,7 @@ require'lspconfig'.clojure_lsp.setup{} ``` - `root_dir` : ```lua - root_pattern("project.clj", "deps.edn", "build.boot", "shadow-cljs.edn", ".git") + root_pattern("project.clj", "deps.edn", "build.boot", "shadow-cljs.edn", ".git", "bb.edn") ``` |
