fix: format lua and highlight latex functions

This commit is contained in:
Barrett Ruth 2026-02-17 19:24:25 -05:00
parent 130a1899c2
commit fc03b940de
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 5 additions and 1 deletions

View file

@ -165,6 +165,8 @@ function M.apply()
hi('@constructor.lua', { fg = cs.background })
hi('@markup.heading.gitcommit', { none = true })
hi('@function.latex', { fg = cs.blue })
hi('GitSignsCurrentLineBlame', { italic = true, fg = cs.light_black })
link('DiffAdd', 'GitSignsAdd')
link('DiffChange', 'GitSignsChange')