fix(ibl): use default hl groups
This commit is contained in:
1 file changed
+1
-4
@@ -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 = {
|
||||
|
||||
Reference in new issue
Block a user