fix: indent-blankline missing hlGroups (#108)

This commit is contained in:
Zakhary Kaplan 2022-12-27 12:23:58 -05:00 committed by GitHub
commit 9fd19a9514

View file

@ -376,6 +376,8 @@ function M.get(config)
-- luka-reineke/indent-blankline.nvim
IndentBlanklineChar = { fg = p.muted },
IndentBlanklineSpaceChar = { fg = p.muted },
IndentBlanklineSpaceCharBlankline = { fg = p.muted },
-- hrsh7th/nvim-cmp
CmpItemAbbr = { fg = p.subtle },