vimPlugins: update on 2025-07-09

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-07-10 08:27:49 -05:00
parent f965d36fa1
commit 2b811b3fbd
2 changed files with 285 additions and 279 deletions
File diff suppressed because it is too large Load Diff
@@ -170,6 +170,9 @@ in
# Regular overrides
advanced-git-search-nvim = super.advanced-git-search-nvim.overrideAttrs {
checkInputs = with self; [
snacks-nvim
];
dependencies = with self; [
telescope-nvim
vim-fugitive
@@ -4044,7 +4047,10 @@ in
};
wtf-nvim = super.wtf-nvim.overrideAttrs {
dependencies = [ self.nui-nvim ];
dependencies = with self; [
nui-nvim
plenary-nvim
];
};
xmake-nvim = super.xmake-nvim.overrideAttrs {