aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server_configurations.md2
-rw-r--r--doc/server_configurations.txt2
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")
```