diff options
| -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 |
