mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +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
Add a link
Reference in a new issue