aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
};