feat: enable blink signature

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-01 16:46:29 +02:00
parent 50f954287c
commit 9c404ac98c
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -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;
};
};
};
}; };
}; };
} }