diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-12-01 03:54:20 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-12-01 03:54:20 +0000 |
| commit | 694aaec65733e2d54d393abf80e526f86726c988 (patch) | |
| tree | 7d755ed99c636b0f8f32cb50a24d168287a18e96 /doc | |
| parent | fix: remove custom handler (#2920) (diff) | |
| download | nvim-lspconfig-694aaec65733e2d54d393abf80e526f86726c988.tar nvim-lspconfig-694aaec65733e2d54d393abf80e526f86726c988.tar.gz nvim-lspconfig-694aaec65733e2d54d393abf80e526f86726c988.tar.bz2 nvim-lspconfig-694aaec65733e2d54d393abf80e526f86726c988.tar.lz nvim-lspconfig-694aaec65733e2d54d393abf80e526f86726c988.tar.xz nvim-lspconfig-694aaec65733e2d54d393abf80e526f86726c988.tar.zst nvim-lspconfig-694aaec65733e2d54d393abf80e526f86726c988.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 8 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index d9eee318..8dbf7b98 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -5686,12 +5686,6 @@ require'lspconfig'.matlab_ls.setup{} ```lua { "matlab" } ``` - - `handlers` : - ```lua - { - ["workspace/configuration"] = <function 1> - } - ``` - `root_dir` : ```lua see source file @@ -5699,7 +5693,7 @@ require'lspconfig'.matlab_ls.setup{} - `settings` : ```lua { - matlab = { + MATLAB = { indexWorkspace = false, installPath = "", matlabConnectionTiming = "onStart", diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index d9eee318..8dbf7b98 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -5686,12 +5686,6 @@ require'lspconfig'.matlab_ls.setup{} ```lua { "matlab" } ``` - - `handlers` : - ```lua - { - ["workspace/configuration"] = <function 1> - } - ``` - `root_dir` : ```lua see source file @@ -5699,7 +5693,7 @@ require'lspconfig'.matlab_ls.setup{} - `settings` : ```lua { - matlab = { + MATLAB = { indexWorkspace = false, installPath = "", matlabConnectionTiming = "onStart", |
