nix-community.nixvim/tests/test-sources/plugins/by-name/blink-cmp-spell/default.nix
2025-02-05 12:27:20 -06:00

11 lines
145 B
Nix

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