21 lines
345 B
Nix
21 lines
345 B
Nix
{
|
|
plugins.blink-cmp = {
|
|
enable = true;
|
|
settings = {
|
|
keymap = {
|
|
preset = "default";
|
|
};
|
|
appearance = {
|
|
nerd_font_variant = "mono";
|
|
};
|
|
completion = {
|
|
documentation = {
|
|
auto_show = false;
|
|
};
|
|
};
|
|
signature = {
|
|
enabled = true;
|
|
};
|
|
};
|
|
};
|
|
}
|