vimPlugins: update on 2024-12-28

This commit is contained in:
Austin Horstman
2024-12-28 09:48:19 -06:00
parent 8324b90091
commit 5059dc64cc
2 changed files with 266 additions and 265 deletions
File diff suppressed because it is too large Load Diff
@@ -1161,10 +1161,6 @@ in
dependencies = [ self.guard-nvim ];
};
guard-nvim = super.guard-nvim.overrideAttrs {
nvimRequireCheck = "guard";
};
hardhat-nvim = super.hardhat-nvim.overrideAttrs {
dependencies = with self; [
overseer-nvim
@@ -2221,6 +2217,11 @@ in
nvimRequireCheck = "nvim-navic";
};
nvim-notify = super.nvim-notify.overrideAttrs {
# Optional fzf integration
nvimSkipModule = "notify.integrations.fzf";
};
nvim-paredit = super.nvim-paredit.overrideAttrs {
dependencies = with self; [ nvim-treesitter ];
};