From e7f0876f56bce43eda0f6f7d91ca355a31dd587c Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Fri, 20 Jan 2023 19:19:02 -0800 Subject: [PATCH] feat(theme): add rrethy/vim-illuminate --- lua/rose-pine/theme.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 814063f..0456359 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -581,6 +581,10 @@ function M.get(config) IndentBlanklineContextChar = { link = "foam" }, IndentBlanklineContextStart = { style = "underline", sp = "foam"}, + --- RRethy/vim-illuminate + IlluminatedWordRead = { link = "MatchWord" }, + IlluminatedWordText = { link = "MatchWord" }, + IlluminatedWordWrite = { link = "MatchWord" }, } vim.g.terminal_color_0 = p.overlay -- black