doc: put documentation of icon config parameters in correct place
This commit is contained in:
parent
f6d2102e2b
commit
54af7e013d
4 changed files with 13 additions and 6 deletions
6
.github/generate.py
vendored
6
.github/generate.py
vendored
|
|
@ -100,7 +100,11 @@ COL_DEFS = [
|
|||
"*",
|
||||
False,
|
||||
"An icon for the entry's type (requires nvim-web-devicons)",
|
||||
HL + [],
|
||||
HL
|
||||
+ [
|
||||
LuaParam("default_file", "string", "Fallback icon for files when nvim-web-devicons returns nil"),
|
||||
LuaParam("directory", "string", "Icon for directories"),
|
||||
],
|
||||
),
|
||||
ColumnDef("size", "files, ssh", False, "The size of the file", HL + []),
|
||||
ColumnDef(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue