diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-29 01:17:18 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-29 01:17:18 +0000 |
| commit | 4b73eaaf405f2e81b6022398bea5b3136e3eab10 (patch) | |
| tree | b81977b057c603a9c8d7a949855cf1251173e6e1 | |
| parent | fix(biome)!: make biome only run in projects with biome.json file (#2984) (diff) | |
| download | nvim-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.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
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 ``` |
