fix(indent-blankline): fix italic indent lines

This commit is contained in:
mrtnvgr 2023-04-12 22:07:28 +07:00
commit 9fe8727367
No known key found for this signature in database
GPG key ID: 5B3379E981EF48B1

View file

@ -357,9 +357,9 @@ function M._load(options)
h('WhichKeyValue', { fg = p.rose })
-- luka-reineke/indent-blankline.nvim
h('IndentBlanklineChar', { fg = p.muted })
h('IndentBlanklineSpaceChar', { fg = p.muted })
h('IndentBlanklineSpaceCharBlankline', { fg = p.muted })
h('IndentBlanklineChar', { fg = p.muted, nocombine = true })
h('IndentBlanklineSpaceChar', { fg = p.muted, nocombine = true })
h('IndentBlanklineSpaceCharBlankline', { fg = p.muted, nocombine = true })
-- hrsh7th/nvim-cmp
h('CmpItemAbbr', { fg = p.subtle })