vimPlugins: update on 2025-03-27

This commit is contained in:
Austin Horstman
2025-03-26 21:36:24 -05:00
parent b4ded625bd
commit ec529ce515
2 changed files with 350 additions and 332 deletions
File diff suppressed because it is too large Load Diff
@@ -1768,6 +1768,7 @@ in
checkInputs = [
# optional cmp integration
self.nvim-cmp
self.lualine-nvim
];
dependencies = with self; [ plenary-nvim ];
nvimSkipModule = [
@@ -2107,6 +2108,9 @@ in
plenary-nvim
nui-nvim
];
nvimSkipModule = [
"neo-tree.types.fixes.compat-0.10"
];
};
netman-nvim = super.netman-nvim.overrideAttrs {
@@ -2274,7 +2278,12 @@ in
nvim-highlight-colors = super.nvim-highlight-colors.overrideAttrs {
# Test module
nvimSkipModule = [ "nvim-highlight-colors.color.converters_spec" ];
nvimSkipModule = [
"nvim-highlight-colors.buffer_utils_spec"
"nvim-highlight-colors.color.converters_spec"
"nvim-highlight-colors.color.patterns_spec"
"nvim-highlight-colors.color.utils_spec"
];
};
nvim-java = super.nvim-java.overrideAttrs {
@@ -2316,6 +2325,15 @@ in
dependencies = [ self.nvim-java-core ];
};
nvim-lilypond-suite = super.nvim-lilypond-suite.overrideAttrs {
nvimSkipModule = [
# Option not set immediately
"nvls.errors.lilypond-book"
"nvls.tex"
"nvls.texinfo"
];
};
nvim-lsp-file-operations = super.nvim-lsp-file-operations.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};