diff options
| author | user@node5.net <user@node5.net> | 2025-11-24 23:23:04 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-11-24 23:23:04 +0100 |
| commit | c2e8749f92781fb34155c981fdfedcdb48bef55c (patch) | |
| tree | f4c64b551bb80383846b86f7ff89eea92e7a06aa | |
| parent | 142cf89c376bacaf3831e23747c14b1861aae7ed (diff) | |
listchars - Show all hidden chars when invoking :list
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }; # ┌─────┐ |
