vimPlugins: update on 2025-01-27

This commit is contained in:
Austin Horstman
2025-01-27 19:35:35 -06:00
parent ed0a2a8aab
commit 69240c5b4c
2 changed files with 413 additions and 403 deletions
File diff suppressed because it is too large Load Diff
@@ -760,6 +760,7 @@ in
# Optional integrations
fzf-lua
telescope-nvim
snacks-nvim
];
dependencies = with self; [
copilot-lua
@@ -3358,6 +3359,15 @@ in
};
};
vimade = super.vimade.overrideAttrs {
checkInputs = with self; [
# Optional providers
hlchunk-nvim
mini-nvim
snacks-nvim
];
};
vim-addon-actions = super.vim-addon-actions.overrideAttrs {
dependencies = with self; [
vim-addon-mw-utils