diff options
| author | user@node5.net <user@node5.net> | 2025-12-14 16:17:19 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-12-14 16:17:19 +0100 |
| commit | e1bf06edc201c696039196e365653ad94b88dcc9 (patch) | |
| tree | caa0663d45dba09857dede8587889bcd47e3fcab | |
| parent | 6b7eabf7bbad3ef0c09e55d2ba73b95041445c64 (diff) | |
Illuminate highlighted variable
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
