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

programs.astroid.enable

Whether to enable Astroid.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.astroid.package

The astroid package to use.

Type: null or package

Default:

pkgs.astroid

Declared by:

programs.astroid.externalEditor

You can use the following variables:

  • %1

    file name

  • %2

    server name

  • %3

    socket ID

See Customizing editor on the Astroid wiki.

Type: null or string

Default:

null

Example:

"nvim-qt -- -c 'set ft=mail' '+set fileencoding=utf-8' '+set ff=unix' '+set enc=utf-8' '+set fo+=w' %1"

Declared by:

programs.astroid.extraConfig

JSON config that will override the default Astroid configuration.

Type: JSON value

Default:

{ }

Example:

{
  poll = {
    interval = 0;
  };
}

Declared by:

programs.astroid.pollScript

Script to run to fetch/update mails.

Type: string

Default:

""

Example:

"mbsync gmail"

Declared by: