diff options
| author | user@node5.net <user@node5.net> | 2025-11-24 23:22:25 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-11-24 23:22:25 +0100 |
| commit | 142cf89c376bacaf3831e23747c14b1861aae7ed (patch) | |
| tree | b81ebf97af5e032b06a2b2e531dbbcea555584a0 | |
| parent | d20aa05e86f42e3017ccf10ad6b1879710ea9395 (diff) | |
Indentation: Show hidden tab as char by default
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }; |
