fix(config)!: fallback to vim.o.winblend (#2861)
This commit is contained in:
@@ -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: ~
|
||||
|
||||
Reference in New Issue
Block a user