From e1bf06edc201c696039196e365653ad94b88dcc9 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 14 Dec 2025 16:17:19 +0100 Subject: Illuminate highlighted variable --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1