plugins/new-file-template: more compact docs

This commit is contained in:
jacekpoz 2024-08-08 19:01:37 +02:00
parent 330154e44e
commit 0c748f9991
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ in {
disableFiletype = mkOption {
type = listOf str;
default = [];
description = "Disable templates for specific filetypes (only disables default templates, user templates will still work)";
description = "Disable default templates for specific filetypes";
};
disableSpecific = mkOption {