mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: adding vim-illuminate highlights (#262)
This commit is contained in:
parent
e4c22a9163
commit
465b7dc623
1 changed files with 4 additions and 0 deletions
|
|
@ -818,6 +818,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue