vimPlugins: update on 2025-07-09
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user