mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc/lsp: start_client config cmd must be a list (#11866)
doc/lsp: start_client config cmd must be a list After the merge of https://github.com/neovim/neovim/pull/11847 cmd can no longer be a string but must be a list.
This commit is contained in:
parent
a73d8ace0b
commit
d9657b3ae2
@ -543,7 +543,7 @@ start_client({config}) *vim.lsp.start_client()*
|
||||
{root_dir} (required, string) Directory where the
|
||||
LSP server will base its rootUri on
|
||||
initialization.
|
||||
{cmd} (required, string or list treated like
|
||||
{cmd} (required, list treated like
|
||||
|jobstart()|) Base command that
|
||||
initiates the LSP client.
|
||||
{cmd_cwd} (string, default=|getcwd()|) Directory
|
||||
|
Loading…
Reference in New Issue
Block a user