Skip to content

Commit

Permalink
docs: update server_configurations.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Dec 1, 2023
1 parent 0b03c60 commit 694aaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5686,20 +5686,14 @@ require'lspconfig'.matlab_ls.setup{}
```lua
{ "matlab" }
```
- `handlers` :
```lua
{
["workspace/configuration"] = <function 1>
}
```
- `root_dir` :
```lua
see source file
```
- `settings` :
```lua
{
matlab = {
MATLAB = {
indexWorkspace = false,
installPath = "",
matlabConnectionTiming = "onStart",
Expand Down
8 changes: 1 addition & 7 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5686,20 +5686,14 @@ require'lspconfig'.matlab_ls.setup{}
```lua
{ "matlab" }
```
- `handlers` :
```lua
{
["workspace/configuration"] = <function 1>
}
```
- `root_dir` :
```lua
see source file
```
- `settings` :
```lua
{
matlab = {
MATLAB = {
indexWorkspace = false,
installPath = "",
matlabConnectionTiming = "onStart",
Expand Down

0 comments on commit 694aaec

Please sign in to comment.