feat: config to remove icon padding (#145)
This commit is contained in:
parent
eaa20a6aee
commit
b24380c0e1
4 changed files with 18 additions and 5 deletions
1
.github/generate.py
vendored
1
.github/generate.py
vendored
|
|
@ -119,6 +119,7 @@ COL_DEFS = [
|
|||
+ [
|
||||
LuaParam("default_file", "string", "Fallback icon for files when nvim-web-devicons returns nil"),
|
||||
LuaParam("directory", "string", "Icon for directories"),
|
||||
LuaParam("add_padding", "boolean", "Set to false to remove the extra whitespace after the icon"),
|
||||
],
|
||||
),
|
||||
ColumnDef("size", "files, ssh", False, "The size of the file", HL + []),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue