mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(blink): use vim.o.pumblend as winblend option for autocomplete menu in blink
This commit is contained in:
parent
6e1d0994d9
commit
28da1eb073
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ return {
|
||||||
windows = {
|
windows = {
|
||||||
autocomplete = {
|
autocomplete = {
|
||||||
draw = "reversed",
|
draw = "reversed",
|
||||||
|
winblend = vim.o.pumblend,
|
||||||
},
|
},
|
||||||
documentation = {
|
documentation = {
|
||||||
auto_show = true,
|
auto_show = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue