mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
22 lines
406 B
Nix
Executable file
22 lines
406 B
Nix
Executable file
{
|
|
# autocomplete
|
|
blink-cmp = {
|
|
enable = true;
|
|
friendly-snippets.enable = true;
|
|
setupOpts = {
|
|
keymap.preset = "default";
|
|
cmdline = {
|
|
keymap.preset = "default";
|
|
};
|
|
completion = {
|
|
documentation = {
|
|
auto_show = true;
|
|
auto_show_delay_ms = 1000;
|
|
};
|
|
};
|
|
};
|
|
sourcePlugins = {
|
|
emoji.enable = true;
|
|
};
|
|
};
|
|
}
|