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

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

12 lines
155 B
Nix
Raw Normal View History

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