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