feat: enable blink signature
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
50f954287c
commit
9c404ac98c
1 changed files with 13 additions and 0 deletions
|
|
@ -2,6 +2,19 @@
|
||||||
plugins = {
|
plugins = {
|
||||||
blink-cmp = {
|
blink-cmp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
signature = {
|
||||||
|
enabled = true;
|
||||||
|
trigger = {
|
||||||
|
enabled = true;
|
||||||
|
show_on_keyword = true;
|
||||||
|
show_on_insert = true;
|
||||||
|
};
|
||||||
|
window = {
|
||||||
|
show_documentation = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue