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