summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-30 01:35:14 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-30 01:35:14 -0400
commit34f4a8751b29559e94e17b564214e530ee02bcdf (patch)
tree6b40817007ccee246aac86a33937ca0feef3215e /config
parentdddb3b6b8b7e2cd067dd1f4563a6217037bc1a1f (diff)
downloadconf-34f4a8751b29559e94e17b564214e530ee02bcdf.tar.gz
conf-34f4a8751b29559e94e17b564214e530ee02bcdf.zip
use indent guides
Diffstat (limited to 'config')
-rw-r--r--config/helix/config.toml4
-rw-r--r--config/helix/themes/doy.toml1
2 files changed, 5 insertions, 0 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index d9bb4f1..c7ce01f 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -9,6 +9,10 @@ true-color = true
[editor.soft-wrap]
enable = true
+[editor.indent-guides]
+render = true
+character = "βΈ½"
+
[keys.normal]
tab = ":w"
"|" = ":q"
diff --git a/config/helix/themes/doy.toml b/config/helix/themes/doy.toml
index a55e9e0..ecd6942 100644
--- a/config/helix/themes/doy.toml
+++ b/config/helix/themes/doy.toml
@@ -14,6 +14,7 @@
"ui.text.info" = { bg = "dark-white" }
"ui.text.focus" = { fg = "yellow" }
"ui.virtual.wrap" = { fg = "dark-blue" }
+"ui.virtual.indent-guide" = { fg = "dark-blue" }
"ui.window" = { bg = "dark-white" }
"diagnostic.error" = { bg = "dark-red" }