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: