plugins.distant.settings
Options provided to the require('distant'):setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
"network.unix_socket" = "/tmp/distant.sock";
servers = {
"192.168.1.42" = {
default = {
port = 11451;
username = "me";
};
};
};
}
Declared by: