diff --git a/README.md b/README.md index ba11376..0ee15bf 100644 --- a/README.md +++ b/README.md @@ -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 😉. diff --git a/lua/nord/plugins/ui.lua b/lua/nord/plugins/ui.lua index e4073ca..1f6e24c 100644 --- a/lua/nord/plugins/ui.lua +++ b/lua/nord/plugins/ui.lua @@ -119,6 +119,10 @@ function ui.highlights() -- tzachar/highlight-undo.nvim HighlightUndo = { link = "Search" }, + + IlluminatedWordText = { link = "Search" }, + IlluminatedWordRead = { link = "Search" }, + IlluminatedWordWrite = { link = "Search" }, } end