plugins.distant.settings.network.private
If true, will create a private network for all operations associated with a singular neovim instance.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.distant.settings.network.unix_socket
If provided, will overwrite the unix socket path used for network communication on Unix machines.
Type: null or string or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.distant.settings.network.windows_pipe
If provided, will overwrite the pipe name used for network communication on Windows machines.
Type: null or string or raw lua code
Default:
null
Plugin default: null
Declared by: