feat(blink): draw reversed

This commit is contained in:
Folke Lemaitre 2024-11-01 17:19:48 +01:00
parent b3e5c54416
commit e48a6a0278

View file

@ -39,6 +39,9 @@ return {
-- adjusts spacing to ensure icons are aligned -- adjusts spacing to ensure icons are aligned
nerd_font_variant = "mono", nerd_font_variant = "mono",
windows = { windows = {
autocomplete = {
draw = "reversed",
},
documentation = { documentation = {
auto_show = true, auto_show = true,
}, },