plugins/new-file-template: add example for disableSpecific

This commit is contained in:
jacekpoz 2024-08-02 14:19:36 +02:00
parent 1f82a248a4
commit eedd58c903
No known key found for this signature in database

View file

@ -36,6 +36,9 @@ in {
type = attrsOf (listOf str);
default = {};
description = "Disable specific regexp for the default templates. Example: { ruby = [ \".*\" ]; }";
example = {
ruby = [".*"];
};
};
suffixAsFiletype = mkOption {