Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
18 lines
292 B
Nix
18 lines
292 B
Nix
{
|
|
plugins = {
|
|
blink-cmp = {
|
|
enable = true;
|
|
settings = {
|
|
signature = {
|
|
enabled = true;
|
|
trigger = {
|
|
enabled = true;
|
|
};
|
|
window = {
|
|
show_documentation = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|