mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
plugins/blink-cmp-dictionary: init
This commit is contained in:
parent
2061a9ad95
commit
11a80c1a80
2 changed files with 61 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.blink-cmp-dictionary.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.blink-cmp-dictionary = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue