feat(theme): add matchword

This commit is contained in:
Mandy Noto 2023-01-21 13:45:49 -08:00
commit a46491b518

View file

@ -594,6 +594,7 @@ function M.get(config)
IndentBlanklineContextStart = { style = "underline", sp = p.foam},
--- RRethy/vim-illuminate
MatchWord = { bg = (vim.opt.background:get()=='light') and "highlight_low" or "highlight_med" },
IlluminatedWordRead = { link = "MatchWord" },
IlluminatedWordText = { link = "MatchWord" },
IlluminatedWordWrite = { link = "MatchWord" },