feat(colors): man filetype

This commit is contained in:
Iron-E 2021-07-17 22:01:04 -04:00
parent 85c931fa18
commit 626725ae06
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 6 additions and 0 deletions

View File

@ -753,6 +753,12 @@ local highlight_groups = {
helpSectionDelim = 'Delimiter', helpSectionDelim = 'Delimiter',
helpHyperTextJump = 'Underlined', helpHyperTextJump = 'Underlined',
--[[ 4.3.38 Man ]]
-- manBold = function(self) return vim.tbl_extend('force', self.mkdCode, {style='nocombine'}) end,
manOptionDesc = 'Special',
manReference = 'Tag',
manUnderline = 'Label',
--[[ 4.4. Plugins --[[ 4.4. Plugins
Everything in this section is OPTIONAL. Feel free to remove everything Everything in this section is OPTIONAL. Feel free to remove everything
here if you don't want to define it, or add more if there's something here if you don't want to define it, or add more if there's something