diff options
| author | github-actions <github-actions@github.com> | 2022-09-30 11:12:29 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-09-30 11:12:29 +0000 |
| commit | af43c300d4134db3550089cd4df6c257e3734689 (patch) | |
| tree | 7e4c7fe0983bc925aba6eee995bd2f64c7f7f2de /doc | |
| parent | fix(marksman): enable single_file_support (#2163) (diff) | |
| download | nvim-lspconfig-af43c300d4134db3550089cd4df6c257e3734689.tar nvim-lspconfig-af43c300d4134db3550089cd4df6c257e3734689.tar.gz nvim-lspconfig-af43c300d4134db3550089cd4df6c257e3734689.tar.bz2 nvim-lspconfig-af43c300d4134db3550089cd4df6c257e3734689.tar.lz nvim-lspconfig-af43c300d4134db3550089cd4df6c257e3734689.tar.xz nvim-lspconfig-af43c300d4134db3550089cd4df6c257e3734689.tar.zst nvim-lspconfig-af43c300d4134db3550089cd4df6c257e3734689.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 0c5b1b41..d149c50d 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -3680,6 +3680,10 @@ require'lspconfig'.marksman.setup{} ```lua root_pattern(".git", ".marksman.toml") ``` + - `single_file_support` : + ```lua + true + ``` ## metals diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 0c5b1b41..d149c50d 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -3680,6 +3680,10 @@ require'lspconfig'.marksman.setup{} ```lua root_pattern(".git", ".marksman.toml") ``` + - `single_file_support` : + ```lua + true + ``` ## metals |
