From c2e8749f92781fb34155c981fdfedcdb48bef55c Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Mon, 24 Nov 2025 23:23:04 +0100 Subject: listchars - Show all hidden chars when invoking :list --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 }; # ┌─────┐ -- cgit v1.2.3