diff options
| author | github-actions <github-actions@github.com> | 2021-12-10 22:59:55 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-12-10 22:59:55 +0000 |
| commit | 1843c5fd9ae53ef3ffe3e67fc073fd870809b016 (patch) | |
| tree | ea612cca656c572003ad0e6a09cd62c19c5acf61 | |
| parent | feat(ltex): enable single_file_support (#1556) (diff) | |
| download | nvim-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.md | 1 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 1 |
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 ``` |
