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

@@ -214,9 +214,10 @@ telescope.setup({opts}) *telescope.setup()*
*telescope.defaults.winblend*
winblend: ~
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
*telescope.defaults.wrap_results*
wrap_results: ~