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. Note, use previewer to set lf's previewer option, and extraConfig for any other option not listed above. All string options are quoted with double quotes.
Declarations
Type
submodule
Default
{ }
Example
{
number = true;
ratios = "1:1:2";
tabstop = 4;
}