Skip to content

Commit

Permalink
fix(module): use correct group names for illuminate.vim (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckafi committed Jan 4, 2023
1 parent aa42589 commit c88664b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/nightfox/group/modules/illuminate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ local M = {}
function M.get(spec, config, opts)
-- stylua: ignore
return {
illuminatedWord = { link = "LspReferenceText" },
illuminatedCurWord = { link = "LspReferenceText" },
illuminatedWordText = { link = "LspReferenceText" },
illuminatedWordRead = { link = "LspReferenceText" },
illuminatedWordWrite = { link = "LspReferenceText" },
}
end

Expand Down

0 comments on commit c88664b

Please sign in to comment.