feat(blink): use vim.o.pumblend as winblend option for autocomplete menu in blink
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user