Skip to content

Commit

Permalink
blink: switch from nvim-cmp git to blink-cmp-git
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Feb 3, 2025
1 parent 3a55edb commit 45b1d40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions modules/nixvim/plugins/blink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
with pkgs.vimPlugins;
[
blink-cmp-spell
blink-cmp-git
blink-copilot
blink-emoji-nvim
blink-ripgrep-nvim
Expand Down Expand Up @@ -149,6 +150,11 @@
module = "blink-emoji";
score_offset = 1;
};
git = {
name = "git";
module = "blink-cmp-git";
score_offset = 1;
};
ripgrep = {
name = "Ripgrep";
module = "blink-ripgrep";
Expand All @@ -168,11 +174,6 @@
module = "blink.compat.source";
score_offset = 2;
};
git = {
name = "git";
module = "blink.compat.source";
score_offset = 0;
};
npm = {
name = "npm";
module = "blink.compat.source";
Expand Down Expand Up @@ -223,7 +224,6 @@
}
(lib.mkIf config.plugins.blink-cmp.enable {
cmp-calc.enable = true;
cmp-git.enable = true;
cmp-zsh.enable = true;

lsp.capabilities = # Lua
Expand Down

0 comments on commit 45b1d40

Please sign in to comment.