MyNixOS website logo
option

programs.anvil-editor.settings

Configuration settings for anvil-editor. All available options can be found here: https://anvil-editor.net/reference/config/#settingstoml.

Declarations
Type
TOML value
Default
{ }
Example
{
  env = {
    BAR = "FOO";
    FOO = "BAR";
  };
  general = {
    exec = [
      "aad"
      "ado"
    ];
  };
  layout = {
    column-tag = "New Cut Paste Snarf Zerox Delcol";
  };
  typesetting = {
    replace-cr-with-tofu = false;
  };
}