mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
11 lines
145 B
Nix
11 lines
145 B
Nix
{
|
|
empty = {
|
|
plugins.blink-cmp-spell.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.blink-cmp-spell = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|