aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-12-10 22:59:55 +0000
committergithub-actions <github-actions@github.com>2021-12-10 22:59:55 +0000
commit1843c5fd9ae53ef3ffe3e67fc073fd870809b016 (patch)
treeea612cca656c572003ad0e6a09cd62c19c5acf61
parentfeat(ltex): enable single_file_support (#1556) (diff)
downloadnvim-lspconfig-1843c5fd9ae53ef3ffe3e67fc073fd870809b016.tar
nvim-lspconfig-1843c5fd9ae53ef3ffe3e67fc073fd870809b016.tar.gz
nvim-lspconfig-1843c5fd9ae53ef3ffe3e67fc073fd870809b016.tar.bz2
nvim-lspconfig-1843c5fd9ae53ef3ffe3e67fc073fd870809b016.tar.lz
nvim-lspconfig-1843c5fd9ae53ef3ffe3e67fc073fd870809b016.tar.xz
nvim-lspconfig-1843c5fd9ae53ef3ffe3e67fc073fd870809b016.tar.zst
nvim-lspconfig-1843c5fd9ae53ef3ffe3e67fc073fd870809b016.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md1
-rw-r--r--doc/server_configurations.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 6b1c6e7a..969c76a3 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -3961,6 +3961,7 @@ require'lspconfig'.ltex.setup{}
end
end)
end
+ single_file_support = true
```
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 6b1c6e7a..969c76a3 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -3961,6 +3961,7 @@ require'lspconfig'.ltex.setup{}
end
end)
end
+ single_file_support = true
```