diff options
Diffstat (limited to 'runtime/doc/lsp.txt')
-rw-r--r-- | runtime/doc/lsp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index a71b3459e9..ca1a9a414d 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -954,8 +954,8 @@ start_client({config}) *vim.lsp.start_client()* • cmd_cwd: (string, default=|getcwd()|) Directory to launch the `cmd` process. Not related to `root_dir`. • cmd_env: (table) Environment flags to pass to the LSP on - spawn. Must be specified using a map-like table. - Non-string values are coerced to string. Example: > + spawn. Must be specified using a table. Non-string values + are coerced to string. Example: > { PORT = 8080; HOST = "0.0.0.0"; } < |