plugins/blink-cmp-dictionary: init

This commit is contained in:
Austin Horstman 2025-02-05 12:12:19 -06:00
parent 2061a9ad95
commit 11a80c1a80
No known key found for this signature in database
2 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.blink-cmp-dictionary.enable = true;
};
defaults = {
plugins.blink-cmp-dictionary = {
enable = true;
};
};
}