fix(indent-blank): Fix color
This commit is contained in:
parent
d73493f878
commit
f50e50c89e
3 changed files with 4 additions and 3 deletions
|
|
@ -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' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue