mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(ibl): use default hl groups
This commit is contained in:
parent
7f5051ef72
commit
74786c21d7
1 changed files with 1 additions and 4 deletions
|
@ -168,10 +168,7 @@ return {
|
|||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
opts = {
|
||||
indent = {
|
||||
char = "│",
|
||||
highlight = "IndentBlanklineChar",
|
||||
},
|
||||
indent = { char = "│" },
|
||||
scope = { enabled = false },
|
||||
exclude = {
|
||||
filetypes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue