aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-31 02:03:48 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-31 02:03:48 +0000
commit9bedcfed749755e43fc8bed46f85ce2044fe3b77 (patch)
treeffe1052c51a23f657d84083623811e211f938598
parentfix(ols): remove single_file_support (#2952) (diff)
downloadnvim-lspconfig-9bedcfed749755e43fc8bed46f85ce2044fe3b77.tar
nvim-lspconfig-9bedcfed749755e43fc8bed46f85ce2044fe3b77.tar.gz
nvim-lspconfig-9bedcfed749755e43fc8bed46f85ce2044fe3b77.tar.bz2
nvim-lspconfig-9bedcfed749755e43fc8bed46f85ce2044fe3b77.tar.lz
nvim-lspconfig-9bedcfed749755e43fc8bed46f85ce2044fe3b77.tar.xz
nvim-lspconfig-9bedcfed749755e43fc8bed46f85ce2044fe3b77.tar.zst
nvim-lspconfig-9bedcfed749755e43fc8bed46f85ce2044fe3b77.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md6
-rw-r--r--doc/server_configurations.txt6
2 files changed, 2 insertions, 10 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 7ff9fdf6..92f117f0 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -6717,11 +6717,7 @@ require'lspconfig'.ols.setup{}
```
- `root_dir` :
```lua
- util.root_pattern("ols.json", ".git")
- ```
- - `single_file_support` :
- ```lua
- true
+ util.root_pattern("ols.json", ".git", "*.odin")
```
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 7ff9fdf6..92f117f0 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -6717,11 +6717,7 @@ require'lspconfig'.ols.setup{}
```
- `root_dir` :
```lua
- util.root_pattern("ols.json", ".git")
- ```
- - `single_file_support` :
- ```lua
- true
+ util.root_pattern("ols.json", ".git", "*.odin")
```