From a482d31e66c4a555aa13831c9144b6e774f8a2c3 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Sat, 12 Aug 2023 16:11:52 +0000 Subject: [PATCH] deploy: 406d34d919e9e8b831b531782cf5ef6995188566 --- options.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/options.html b/options.html index 0b3a3ee0..6b4b0442 100644 --- a/options.html +++ b/options.html @@ -6681,16 +6681,18 @@ null or path

Default:

Declared by:

<home-manager/modules/programs/lf.nix> -
programs.lf.settings

An attribute set of lf settings. The attribute names and corresponding -values must be among the following supported options.

anchorfind

boolean

color256

boolean

dircounts

boolean

dirfirst

boolean

drawbox

boolean

errorfmt

string

filesep

string

findlen

signed integer

globsearch

boolean

hidden

boolean

icons

boolean

ifs

string

ignorecase

boolean

ignoredia

boolean

incsearch

boolean

info

string

number

boolean

period

signed integer

preview

boolean

promptfmt

string

ratios

string

relativenumber

boolean

reverse

boolean

scrolloff

signed integer

shell

string

shellopts

string

smartcase

boolean

smartdia

boolean

sortby

string

tabstop

signed integer

timefmt

string

wrapscan

boolean

wrapscroll

boolean

See the lf documentation for detailed descriptions of these options. -Use programs.lf.previewer.* to set lf’s -previewer option, and -programs.lf.extraConfig for any other option not listed above. -All string options are quoted with double quotes.

Type: -submodule

Default: +

programs.lf.settings

An attribute set of lf settings. See the lf documentation for +detailed descriptions of these options. Prefer +programs.lf.previewer.* for setting lf’s previewer +option. All string options are quoted with double quotes.

Type: +attribute set of (string or signed integer or list of (string or signed integer) or boolean)

Default: { }

Example:

{
   number = true;
-  ratios = "1:1:2";
+  ratios = [
+    1
+    1
+    2
+  ];
   tabstop = 4;
 }
 

Declared by: