nix-community.nixvim/tests/test-sources/plugins/by-name/blink-cmp-dictionary/default.nix
2025-02-05 14:35:01 -06:00

11 lines
155 B
Nix

{
empty = {
plugins.blink-cmp-dictionary.enable = true;
};
defaults = {
plugins.blink-cmp-dictionary = {
enable = true;
};
};
}