feat: adding vim-illuminate highlights (#262)

This commit is contained in:
Dhruvin Shah 2024-04-09 13:57:04 -04:00 committed by GitHub
commit 6e071d2f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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