mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(blink): draw reversed
This commit is contained in:
parent
b3e5c54416
commit
e48a6a0278
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue