fix(config)!: fallback to vim.o.winblend (#2861)

This commit is contained in:
Simon Hauser
2024-01-18 11:45:02 +01:00
committed by GitHub
parent b4befa1c2f
commit 9cf58f438f
4 changed files with 18 additions and 9 deletions

View File

@@ -219,12 +219,15 @@ append(
append(
"winblend",
0,
function()
return vim.o.winblend
end,
[[
Configure winblend for telescope floating windows. See |winblend| for
more information.
more information. Type can be a number or a function returning a
number
Default: 0]]
Default: function() return vim.o.winblend end]]
)
append(