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 465b7dc623

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