diff options
| -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 }; # ┌─────┐ |
