From 9e2b8007c1e5fdf4fb32cd33cfd47d7eeae8efd9 Mon Sep 17 00:00:00 2001 From: Dhruvin Shah Date: Mon, 1 Apr 2024 22:03:34 -0400 Subject: [PATCH] feat: adding vim-illuminate highlights --- lua/rose-pine.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 184ef6f..2587a60 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -816,6 +816,10 @@ local function set_highlights() MiniPickBorderText = { bg = "NONE" }, MiniPickPrompt = { bg = "NONE", bold = styles.bold }, + + IlluminatedWordText = { link = "LspReferenceText" }, + IlluminatedWordRead = { link = "LspReferenceRead" }, + IlluminatedWordWrite = { link = "LspReferenceWrite" }, } if config.options.enable.legacy_highlights then