mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
plugins/new-file-template: more compact docs
This commit is contained in:
parent
330154e44e
commit
0c748f9991
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
||||||
disableFiletype = mkOption {
|
disableFiletype = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
default = [];
|
default = [];
|
||||||
description = "Disable templates for specific filetypes (only disables default templates, user templates will still work)";
|
description = "Disable default templates for specific filetypes";
|
||||||
};
|
};
|
||||||
|
|
||||||
disableSpecific = mkOption {
|
disableSpecific = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue