nix-community.nixvim/tests/test-sources/plugins/by-name/blink-cmp-spell/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
145 B
Nix
Raw Normal View History

2025-02-05 12:27:20 -06:00
{
empty = {
plugins.blink-cmp-spell.enable = true;
};
defaults = {
plugins.blink-cmp-spell = {
enable = true;
};
};
}