mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +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",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
event = { "BufReadPost", "BufNewFile" },
|
event = { "BufReadPost", "BufNewFile" },
|
||||||
opts = {
|
opts = {
|
||||||
indent = {
|
indent = { char = "│" },
|
||||||
char = "│",
|
|
||||||
highlight = "IndentBlanklineChar",
|
|
||||||
},
|
|
||||||
scope = { enabled = false },
|
scope = { enabled = false },
|
||||||
exclude = {
|
exclude = {
|
||||||
filetypes = {
|
filetypes = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue