fix(nvim): add foldcolumn to transparent group

This commit is contained in:
Stefan Imhoff
2022-12-25 10:53:15 +01:00
parent b3078d32b2
commit 03aee31c54

View File

@@ -68,6 +68,7 @@ require("transparent").setup({
"TabLine",
"Normal",
"TelescopeBorder",
"FoldColumn",
},
exclude = {}, -- table: groups you don't want to clear
})