aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-12-14 16:17:19 +0100
committeruser@node5.net <user@node5.net>2025-12-14 16:17:19 +0100
commite1bf06edc201c696039196e365653ad94b88dcc9 (patch)
treecaa0663d45dba09857dede8587889bcd47e3fcab
parent6b7eabf7bbad3ef0c09e55d2ba73b95041445c64 (diff)
Illuminate highlighted variable
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3f24d9e..52e8c06 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,7 +53,8 @@
CursorLineNr.fg="lightblue";
CursorLine.bg="#0a0a0a";
ColorColumn.bg="#0a0a0a";
- Normal.bg=null; # Transparent nvim
+ Normal.bg=null; # Transparent nvim background
+ IlluminatedWordRead.fg="#E06C75"; # Illuminate
TreesitterContext.bg="#202020";
};
@@ -173,6 +174,7 @@
#breadcrumbs.enable = true;
noice.enable = true; # Cooler notifications :Noice command to show a full message history
borders.enable = true;
+ illuminate.enable = true; # highlights all instances of word under cursor
};
tabline.nvimBufferline = { # File tabs status bar for open file buffers