mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +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);
|
||||
default = {};
|
||||
description = "Disable specific regexp for the default templates. Example: { ruby = [ \".*\" ]; }";
|
||||
example = {
|
||||
ruby = [".*"];
|
||||
};
|
||||
example = "{ ruby = [\".*\"]; }";
|
||||
};
|
||||
|
||||
suffixAsFiletype = mkOption {
|
||||
|
|
Loading…
Reference in a new issue