enc: update config bufferline

This commit is contained in:
Pojok Code 2024-07-28 14:21:42 +07:00
parent ab014bb8b5
commit 9762d71c6e

View file

@ -177,6 +177,10 @@ return {
fg = { attribute = "fg", highlight = "LspDiagnosticsDefaultHint" },
bg = { attribute = "bg", highlight = "Normal" },
},
indicator_visible = {
fg = { attribute = "fg", highlight = "LspDiagnosticsDefaultHint" },
bg = { attribute = "bg", highlight = "Normal" },
},
},
})
end,