feat(colors): add indent-blankline.nvim support

This commit is contained in:
Iron-E 2021-07-01 18:29:09 -04:00
parent 20ff07b005
commit 66d6011eb5
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 4 additions and 0 deletions

View File

@ -848,6 +848,10 @@ local highlight_groups = {
ReferencesIcon = 'DefinitionIcon',
TargetFileName = 'Directory',
TargetWord = 'Title',
--[[ 4.4.13. indent-blankline.nvim ]]
IndentBlanklineChar = function(self) return vim.tbl_extend('force', self.Whitespace, {style='nocombine'}) end,
IndentBlanklineSpaceChar = 'IndentBlanklineChar',
}
--[[ Step 5: Terminal Colors