vimPlugins: update on 2024-12-28
This commit is contained in:
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user