fix(indent-blank): Fix color

This commit is contained in:
rajvatsal 2024-01-10 12:05:48 +05:30
parent d73493f878
commit f50e50c89e
3 changed files with 4 additions and 3 deletions

View file

@ -3,11 +3,13 @@ return {
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
dependencies = { 'HiPhish/rainbow-delimiters.nvim' },
event = { 'BufReadPre', 'BufNewFile' },
main = 'ibl',
opts = {
scope = { highlight = { 'RainbowDelimiterRed' }, char = '', show_start = true },
exclude = {
filetypes = { 'dashboard', 'alpha', 'help', 'nvim-tree', 'lazy', 'mason' },
buftypes = { 'dashboard', 'alpha', 'help', 'lazy', 'mason' },
},
},
}