vim.net.transport.ExtraSpawnParams
Additional context for the LSP server process.
@inlinedoc
Fields3
ExtraSpawnParams.cwd : nil | string
Working directory for the LSP server process
ExtraSpawnParams.detached : nil | boolean
Detach the LSP server process from the current process
ExtraSpawnParams.env : {string, string} | nil
Additional environment variables for LSP server process. See |vim.system()|