11 lines
155 B
Nix
11 lines
155 B
Nix
{
|
|
empty = {
|
|
plugins.blink-cmp-dictionary.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.blink-cmp-dictionary = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|