From 6ab8f960187842120cb2488312775567e338b984 Mon Sep 17 00:00:00 2001 From: gbprod Date: Mon, 6 Nov 2023 09:34:02 +0100 Subject: [PATCH] feat: support illuminate --- README.md | 1 + lua/nord/plugins/ui.lua | 4 ++++ 2 files changed, 5 insertions(+) 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..72ac5ec 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 = { fg = c.none, bg = c.polar_night.brightest }, + IlluminatedWordRead = { fg = c.none, bg = c.polar_night.brightest }, + IlluminatedWordWrite = { fg = c.none, bg = c.polar_night.brightest }, } end