From 142cf89c376bacaf3831e23747c14b1861aae7ed Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Mon, 24 Nov 2025 23:22:25 +0100 Subject: Indentation: Show hidden tab as char by default --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d182e83..84c5c6e 100644 --- a/flake.nix +++ b/flake.nix @@ -200,6 +200,7 @@ indent-blankline = { enable = true; # Lines that show code nesting indentation setupOpts = { + indent.tab_char = "⇥"; exclude = { filetypes = [ "dashboard" ]; # Don't show indent on dashboard }; -- cgit v1.3.1