feat(colors): add indent-blankline.nvim support
This commit is contained in:
parent
20ff07b005
commit
66d6011eb5
|
@ -848,6 +848,10 @@ local highlight_groups = {
|
||||||
ReferencesIcon = 'DefinitionIcon',
|
ReferencesIcon = 'DefinitionIcon',
|
||||||
TargetFileName = 'Directory',
|
TargetFileName = 'Directory',
|
||||||
TargetWord = 'Title',
|
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
|
--[[ Step 5: Terminal Colors
|
||||||
|
|
Loading…
Reference in New Issue