aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-04-24 00:25:05 +0200
committeruser@node5.net <user@node5.net>2026-04-24 00:25:05 +0200
commitb08d034511a259797fc85663b5fc2bfa2eb6c2eb (patch)
treeee958926b256d6c533911b0db454f044cceedced
parentc10364390c7a5ae9b710df3c832131110d9af0a5 (diff)
hidden chars - show using more stable native nvim
-rw-r--r--flake.nix5
1 files 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
};
# ┌─────┐