fix(ibl): use default hl groups

This commit is contained in:
Folke Lemaitre committed 2023-09-28 10:54:30 +02:00
1 parent 7f5051ef72
commit 74786c21d7
1 file changed
+1 -4
+1 -4
View File
@@ -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 = {