vimPlugins: update on 2026-02-09

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-02-09 16:05:41 -06:00
parent c0a0fb0604
commit 76a3350ab1
2 changed files with 226 additions and 222 deletions
File diff suppressed because it is too large Load Diff
@@ -301,6 +301,10 @@ assertNoAdditions {
];
};
blink-cmp-conventional-commits = super.blink-cmp-conventional-commits.overrideAttrs {
dependencies = [ self.blink-cmp ];
};
blink-cmp-copilot = super.blink-cmp-copilot.overrideAttrs {
dependencies = [ self.copilot-lua ];
};