From b08d034511a259797fc85663b5fc2bfa2eb6c2eb Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Fri, 24 Apr 2026 00:25:05 +0200 Subject: hidden chars - show using more stable native nvim --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index bac51ea..18561ab 100644 --- a/flake.nix +++ b/flake.nix @@ -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 }; # ┌─────┐ -- cgit v1.2.3