aboutsummaryrefslogtreecommitdiffstats
path: root/.config/helix
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-02-02 16:22:56 +0100
committerDavid Runge <dave@sleepmap.de>2023-02-02 16:22:56 +0100
commit1cbfb82d02ea2836b5924603a709bca6be746022 (patch)
tree5251f61658dba9a6a47743d2611514751b202c64 /.config/helix
parent1926aac621d559386f4cf53f221489abff627cb3 (diff)
downloaddotfiles-1cbfb82d02ea2836b5924603a709bca6be746022.tar.gz
dotfiles-1cbfb82d02ea2836b5924603a709bca6be746022.tar.bz2
dotfiles-1cbfb82d02ea2836b5924603a709bca6be746022.tar.xz
dotfiles-1cbfb82d02ea2836b5924603a709bca6be746022.zip
helix: Show special characters (tab, space, etc.)
Diffstat (limited to '.config/helix')
-rw-r--r--.config/helix/config.toml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index bcf5f44..015a3de 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -17,4 +17,16 @@ mode.insert = "INSERT"
mode.select = "SELECT"
[editor.lsp]
-display-messages = true \ No newline at end of file
+display-messages = true
+
+[editor.whitespace.render]
+space = "all"
+tab = "all"
+newline = "none"
+
+[editor.whitespace.characters]
+space = "·"
+nbsp = "⍽"
+tab = "→"
+newline = "⏎"
+tabpad = "·" # Tabs will look like "→···" (depending on tab width)