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