feat: config to remove icon padding (#145)

This commit is contained in:
Steven Arcangeli 2023-08-08 23:14:47 -07:00
parent eaa20a6aee
commit b24380c0e1
4 changed files with 18 additions and 5 deletions

1
.github/generate.py vendored
View file

@ -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 + []),