aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-11-24 23:22:25 +0100
committeruser@node5.net <user@node5.net>2025-11-24 23:22:25 +0100
commit142cf89c376bacaf3831e23747c14b1861aae7ed (patch)
treeb81ebf97af5e032b06a2b2e531dbbcea555584a0
parentd20aa05e86f42e3017ccf10ad6b1879710ea9395 (diff)
Indentation: Show hidden tab as char by default
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
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
};