mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
utility/precognition: add description to disabled_fts
oops
This commit is contained in:
parent
e43b18cb9f
commit
3c1f89984c
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ in {
|
|||
|
||||
disabled_fts = mkOption {
|
||||
type = listOf str;
|
||||
description = "Filetypes that automatically disable 'precognition.'";
|
||||
default = ["startify"];
|
||||
example = literalExpression ''["startify"]'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue