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