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.conform-nvim.autoInstall.enable

Whether to enable automatic installation of formatters listed in settings.formatters_by_ft and settings.formatters .

Type: boolean

Default: false

Example: true

Declared by:

plugins.conform-nvim.autoInstall.enableWarnings

Whether to enable warnings.

Type: boolean

Default: true

Example: false

Declared by:

plugins.conform-nvim.autoInstall.overrides

Attribute set of formatter names to nix packages. You can set a formatter to null to disable auto-installing its package.

Type: attribute set of (null or package)

Default: { }

Example:

{
  "treefmt" = null;
  "pyproject-fmt" = pkgs.python312Packages.pyproject-parser;
};

Declared by: