diff --git a/neovim/default.nix b/neovim/default.nix index 62cb9cc3..94ef5908 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -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 = {