summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2024-03-10 22:58:45 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2024-03-10 22:58:45 -0400
commit93d2a18674e6c9c929aeb08c489488fd7b185f04 (patch)
tree6029f6a8b51612a814609b56c1f97ec6ada0e099 /config
parent9a185e3c2437e41ee08ef3d6f2e2616981e046e8 (diff)
refactor code to reduce clones
- move a lot of methods into functions - printing icons is moved to rendering section
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index f5fcaf5..7e37573 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -21,7 +21,7 @@ column_ratio = [1, 4, 4]
scroll_offset = 6
show_borders = true
show_hidden = false
-show_icons = true
+show_icons = false
# none, absolute, relative
line_number_style = "none"