feat: adding vim-illuminate highlights

This commit is contained in:
Dhruvin Shah 2024-04-01 22:03:34 -04:00
commit 9e2b8007c1

View file

@ -816,6 +816,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