feat(blink): use vim.o.pumblend as winblend option for autocomplete menu in blink

This commit is contained in:
Folke Lemaitre committed 2024-11-02 17:43:11 +01:00
1 parent 6e1d0994d9
commit 28da1eb073
1 file changed
+1
@@ -36,6 +36,7 @@ return {
windows = {
autocomplete = {
draw = "reversed",
winblend = vim.o.pumblend,
},
documentation = {
auto_show = true,