aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-11-24 23:23:04 +0100
committeruser@node5.net <user@node5.net>2025-11-24 23:23:04 +0100
commitc2e8749f92781fb34155c981fdfedcdb48bef55c (patch)
treef4c64b551bb80383846b86f7ff89eea92e7a06aa
parent142cf89c376bacaf3831e23747c14b1861aae7ed (diff)
listchars - Show all hidden chars when invoking :list
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 84c5c6e..f0a57eb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -281,6 +281,7 @@
cursorlineopt = "both"; # Highlight the text line of the cursor with CursorLine hl-CursorLine
wrap = false; # Don't wrap long line
cursorline = true; # Highlight current line background & line number
+ listchars = "eol:⏎,tab:»·,trail:␠,nbsp:⎵,space:␣"; # Show hidden chars with list
};
# ┌─────┐