aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-29 01:17:18 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-29 01:17:18 +0000
commit4b73eaaf405f2e81b6022398bea5b3136e3eab10 (patch)
treeb81977b057c603a9c8d7a949855cf1251173e6e1
parentfix(biome)!: make biome only run in projects with biome.json file (#2984) (diff)
downloadnvim-lspconfig-4b73eaaf405f2e81b6022398bea5b3136e3eab10.tar
nvim-lspconfig-4b73eaaf405f2e81b6022398bea5b3136e3eab10.tar.gz
nvim-lspconfig-4b73eaaf405f2e81b6022398bea5b3136e3eab10.tar.bz2
nvim-lspconfig-4b73eaaf405f2e81b6022398bea5b3136e3eab10.tar.lz
nvim-lspconfig-4b73eaaf405f2e81b6022398bea5b3136e3eab10.tar.xz
nvim-lspconfig-4b73eaaf405f2e81b6022398bea5b3136e3eab10.tar.zst
nvim-lspconfig-4b73eaaf405f2e81b6022398bea5b3136e3eab10.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md4
-rw-r--r--doc/server_configurations.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index d2695b1c..5ff01d7b 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -1239,11 +1239,11 @@ require'lspconfig'.biome.setup{}
```
- `root_dir` :
```lua
- root_pattern('package.json', 'node_modules', '.git', 'biome.json')
+ root_pattern('biome.json')
```
- `single_file_support` :
```lua
- true
+ false
```
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index d2695b1c..5ff01d7b 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -1239,11 +1239,11 @@ require'lspconfig'.biome.setup{}
```
- `root_dir` :
```lua
- root_pattern('package.json', 'node_modules', '.git', 'biome.json')
+ root_pattern('biome.json')
```
- `single_file_support` :
```lua
- true
+ false
```