feat(neovim): enable blink-cmp-git and reorder enable statements

This commit is contained in:
uttarayan21
2025-10-17 01:52:01 +05:30
parent c9b43a0194
commit 28f9a0e108

View File

@@ -589,13 +589,20 @@ in {
opts = {
};
};
git = {
module = "blink-cmp-git";
name = "Git";
opts = {
# -- options for the blink-cmp-git
};
};
};
};
};
};
blink-ripgrep.enable = true;
blink-cmp-dictionary.enable = true;
blink-cmp-git.enable = true;
blink-cmp-dictionary.enable = true;
blink-cmp-copilot.enable = true;
blink-cmp-spell.enable = true;
blink-compat = {