From 1a6548527c909d5e9bde28505fbb3097e66967ce Mon Sep 17 00:00:00 2001 From: gbprod Date: Mon, 6 Nov 2023 11:58:33 +0100 Subject: [PATCH] Revert "feat: support illuminate (#49)" This reverts commit 6f4479bae37c5ecf8ae8b75463dff68c7ee60bba. --- README.md | 1 - lua/nord/plugins/ui.lua | 4 ---- 2 files changed, 5 deletions(-) diff --git a/README.md b/README.md index 0ee15bf..ba11376 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ 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 1f6e24c..e4073ca 100644 --- a/lua/nord/plugins/ui.lua +++ b/lua/nord/plugins/ui.lua @@ -119,10 +119,6 @@ function ui.highlights() -- tzachar/highlight-undo.nvim HighlightUndo = { link = "Search" }, - - IlluminatedWordText = { link = "Search" }, - IlluminatedWordRead = { link = "Search" }, - IlluminatedWordWrite = { link = "Search" }, } end