mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-13 07:31:02 +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…
Add table
Add a link
Reference in a new issue