vimPlugins: update on 2025-05-17 (#408176)

This commit is contained in:
Gaétan Lepage
2025-05-18 01:45:16 +02:00
committed by GitHub
3 changed files with 346 additions and 332 deletions
File diff suppressed because it is too large Load Diff
@@ -302,7 +302,9 @@ in
"blink-cmp-npm.utils.compute_meta_spec"
"blink-cmp-npm.utils.generate_doc_spec"
"blink-cmp-npm.utils.ignore_version_spec"
"blink-cmp-npm.utils.is_cursor_in_dependencies_node_spec"
"blink-cmp-npm.utils.semantic_sort_spec"
"minit"
];
};
@@ -620,9 +622,10 @@ in
dependencies = [ self.plenary-nvim ];
nvimSkipModules = [
# Optional provider dependencies
"codecompanion.providers.diff.mini_diff"
"codecompanion.providers.actions.telescope"
"codecompanion.providers.actions.mini_pick"
"codecompanion.providers.actions.snacks"
"codecompanion.providers.actions.telescope"
"codecompanion.providers.diff.mini_diff"
# Requires setup call
"codecompanion.actions.static"
"codecompanion.actions.init"
@@ -1088,6 +1091,12 @@ in
];
};
ecolog-nvim = super.ecolog-nvim.overrideAttrs {
nvimSkipModules = [
"repro"
];
};
efmls-configs-nvim = super.efmls-configs-nvim.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
};
@@ -1505,6 +1514,10 @@ in
substituteInPlace lua/kulala/config/defaults.lua \
--replace-fail 'curl_path = "curl"' 'curl_path = "${lib.getExe curl}"'
'';
nvimSkipModules = [
# Requires some extra work to get CLI working in nixpkgs
"cli.kulala_cli"
];
};
LazyVim = super.LazyVim.overrideAttrs {
@@ -583,7 +583,7 @@ https://github.com/tadmccorkle/markdown.nvim/,HEAD,
https://github.com/David-Kunz/markid/,HEAD,
https://github.com/chentoast/marks.nvim/,,
https://github.com/OXY2DEV/markview.nvim/,HEAD,
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,
https://github.com/mason-org/mason-lspconfig.nvim/,HEAD,
https://github.com/jay-babu/mason-null-ls.nvim/,HEAD,
https://github.com/jay-babu/mason-nvim-dap.nvim/,HEAD,
https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD,