mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 20:13:19 +00:00
plugins/new-file-template: add example for disableSpecific
This commit is contained in:
parent
1f82a248a4
commit
eedd58c903
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ in {
|
|||
type = attrsOf (listOf str);
|
||||
default = {};
|
||||
description = "Disable specific regexp for the default templates. Example: { ruby = [ \".*\" ]; }";
|
||||
example = {
|
||||
ruby = [".*"];
|
||||
};
|
||||
};
|
||||
|
||||
suffixAsFiletype = mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue