feat(neovim): enable blink-cmp-git and reorder enable statements
This commit is contained in:
@@ -589,13 +589,20 @@ in {
|
|||||||
opts = {
|
opts = {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
git = {
|
||||||
|
module = "blink-cmp-git";
|
||||||
|
name = "Git";
|
||||||
|
opts = {
|
||||||
|
# -- options for the blink-cmp-git
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
blink-ripgrep.enable = true;
|
blink-ripgrep.enable = true;
|
||||||
blink-cmp-dictionary.enable = true;
|
|
||||||
blink-cmp-git.enable = true;
|
blink-cmp-git.enable = true;
|
||||||
|
blink-cmp-dictionary.enable = true;
|
||||||
blink-cmp-copilot.enable = true;
|
blink-cmp-copilot.enable = true;
|
||||||
blink-cmp-spell.enable = true;
|
blink-cmp-spell.enable = true;
|
||||||
blink-compat = {
|
blink-compat = {
|
||||||
|
|||||||
Reference in New Issue
Block a user