mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add matchword
This commit is contained in:
parent
1c3397f200
commit
a46491b518
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue