enc: update transparant config for tabbufferline bg color

This commit is contained in:
pojok code 2025-06-10 21:09:13 +07:00
parent 5b2d06cf97
commit 65b1300677
6 changed files with 120 additions and 104 deletions

View file

@ -0,0 +1,14 @@
return {
"j-hui/fidget.nvim",
lazy = true,
tag = "legacy",
event = "BufRead",
config = function()
require("fidget").setup({
window = {
blend = 0,
relative = "editor",
},
})
end,
}