diff options
| author | user@node5.net <user@node5.net> | 2026-04-24 00:25:05 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-04-24 00:25:05 +0200 |
| commit | b08d034511a259797fc85663b5fc2bfa2eb6c2eb (patch) | |
| tree | ee958926b256d6c533911b0db454f044cceedced | |
| parent | c10364390c7a5ae9b710df3c832131110d9af0a5 (diff) | |
hidden chars - show using more stable native nvim
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -186,7 +186,7 @@ indent-blankline = { enable = true; # Lines that show code nesting indentation setupOpts = { - indent.tab_char = "⇥"; + # indent.tab_char = "⇥"; exclude = { filetypes = [ "dashboard" ]; # Don't show indent on dashboard }; @@ -270,7 +270,8 @@ 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 + list = true; + listchars = "tab:⇥·,trail:␠,nbsp:⎵"; # eol:⏎,,space:␣"; # Show hidden chars with list }; # ┌─────┐ |
