mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
plugins/new-file-template: remove redundant example
This commit is contained in:
parent
ef9b08a462
commit
330154e44e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ in {
|
|||
disableSpecific = mkOption {
|
||||
type = attrsOf (listOf str);
|
||||
default = {};
|
||||
description = "Disable specific regexp for the default templates. Example: { ruby = [ \".*\" ]; }";
|
||||
description = "Disable specific regexp for the default templates.";
|
||||
example = "{ ruby = [\".*\"]; }";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue