Skip to content

Commit

Permalink
feat: support illuminate (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod authored Nov 6, 2023
1 parent 7c92694 commit 6f4479b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and [the official vscode theme](https://github.com/arcticicestudio/nord-visual-s
- [RainbowDelimiter](https://github.com/HiPhish/rainbow-delimiters.nvim)
- [Neogit](https://github.com/NeogitOrg/neogit)
- [highlight-undo.nvim](https://github.com/tzachar/highlight-undo.nvim)
- [Illuminate](https://github.com/RRethy/vim-illuminate)

You're preferred plugin is missing ? Open an issue or, even better, open a pull
request 😉.
Expand Down
4 changes: 4 additions & 0 deletions lua/nord/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ function ui.highlights()

-- tzachar/highlight-undo.nvim
HighlightUndo = { link = "Search" },

IlluminatedWordText = { link = "Search" },
IlluminatedWordRead = { link = "Search" },
IlluminatedWordWrite = { link = "Search" },
}
end

Expand Down

0 comments on commit 6f4479b

Please # to comment.