fix: blink cmp
This commit is contained in:
parent
e15f7aaf4d
commit
b56559ce21
|
@ -44,7 +44,10 @@
|
||||||
};
|
};
|
||||||
signature.enabled = true;
|
signature.enabled = true;
|
||||||
completion = {
|
completion = {
|
||||||
list.selection = "auto_insert";
|
list.selection = {
|
||||||
|
preselect = true;
|
||||||
|
auto_insert = true;
|
||||||
|
};
|
||||||
# menu = {
|
# menu = {
|
||||||
# border = "none";
|
# border = "none";
|
||||||
# draw = {
|
# draw = {
|
||||||
|
|
Loading…
Reference in a new issue