plugins.distant.settings.manager.daemon

If true, when neovim starts a manager, it will be run as a daemon, which will detach it from the neovim process. This means that the manager will persist after neovim itself exits.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.distant.settings.manager.lazy

If true, will avoid starting the manager until first needed.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.distant.settings.manager.log_file

Log file path.

Type: null or string or raw lua code

Default: null

Plugin default: null

Declared by:

plugins.distant.settings.manager.log_level

Log level.

Type: null or one of “trace”, “debug”, “info”, “warn”, “error”, “off” or raw lua code

Default: null

Plugin default: null

Declared by:

plugins.distant.settings.manager.user

If true, when neovim starts a manager, it will listen on a user-local domain socket or windows pipe rather than the globally-accessible variant.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: