Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: