mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Add config setting to suppress showing file icons
This commit is contained in:
parent
3215839524
commit
36134006c5
7 changed files with 25 additions and 8 deletions
|
@ -304,6 +304,11 @@
|
|||
],
|
||||
"description": "Nerd fonts version to use.\nOne of: '2' | '3' | empty string (default)\nIf empty, do not show icons."
|
||||
},
|
||||
"showFileIcons": {
|
||||
"type": "boolean",
|
||||
"description": "If true (default), file icons are shown in the file views. Only relevant if NerdFontsVersion is not empty.",
|
||||
"default": true
|
||||
},
|
||||
"showBranchCommitHash": {
|
||||
"type": "boolean",
|
||||
"description": "If true, show commit hashes alongside branch names in the branches view."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue