Skip to content

Commit 6ef9c99

Browse files
committed
fix(hues): update vimdoc section headers to link to Title
1 parent f31823b commit 6ef9c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/mini/hues.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,8 @@ MiniHues.apply_palette = function(palette, plugins)
856856
hi('@markup.heading.5', { fg=p.azure, bg=nil })
857857
hi('@markup.heading.6', { fg=p.blue, bg=nil })
858858

859+
hi('@markup.heading.4.vimdoc', { link='Title' })
860+
859861
hi('@markup.quote', { link='@string.special' })
860862
hi('@markup.math', { link='@string.special' })
861863
hi('@markup.environment', { link='@module' })

0 commit comments

Comments
 (0)