From 66d6011eb57a87b2b1d9381a9cc81ab33764afc4 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Thu, 1 Jul 2021 18:29:09 -0400 Subject: [PATCH] feat(colors): add indent-blankline.nvim support --- colors/highlite.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/colors/highlite.lua b/colors/highlite.lua index 084f9cb..dbbee65 100644 --- a/colors/highlite.lua +++ b/colors/highlite.lua @@ -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