We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Title
1 parent f31823b commit 6ef9c99Copy full SHA for 6ef9c99
lua/mini/hues.lua
@@ -856,6 +856,8 @@ MiniHues.apply_palette = function(palette, plugins)
856
hi('@markup.heading.5', { fg=p.azure, bg=nil })
857
hi('@markup.heading.6', { fg=p.blue, bg=nil })
858
859
+ hi('@markup.heading.4.vimdoc', { link='Title' })
860
+
861
hi('@markup.quote', { link='@string.special' })
862
hi('@markup.math', { link='@string.special' })
863
hi('@markup.environment', { link='@module' })
0 commit comments