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