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:
-
%1file name
-
%2server name
-
%3socket 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: