vimPlugins: update on 2025-12-24 (#473898)

This commit is contained in:
Gaétan Lepage
2025-12-25 16:32:26 +00:00
committed by GitHub
2 changed files with 240 additions and 240 deletions
File diff suppressed because it is too large Load Diff
@@ -877,8 +877,8 @@ assertNoAdditions {
copilot-vim = super.copilot-vim.overrideAttrs (old: {
postInstall = ''
substituteInPlace $out/autoload/copilot/client.vim \
--replace-fail " let node = get(g:, 'copilot_node_command', ''\'''\')" \
" let node = get(g:, 'copilot_node_command', '${nodejs}/bin/node')"
--replace-fail "let node = s:GetCommand('copilot_node_command', ['node'])" \
"let node = s:GetCommand('copilot_node_command', ['${nodejs}/bin/node'])"
'';
meta = old.meta // {