docs: add highlight group

This commit is contained in:
JuanZoran
2022-12-21 17:05:28 +08:00
parent 2422be9df5
commit 324fd23010
2 changed files with 15 additions and 1 deletions

View File

@ -12,7 +12,6 @@ M.hlgroup = {
}
function M.set_hl()
-- FIXME: highlight doesn't work
local set_hl = vim.api.nvim_set_hl
set_hl(0, M.hlgroup.word, { fg = '#98c379', bold = true })
set_hl(0, M.hlgroup.phonetic, { fg = '#8b949e' })