Unverified Commit 648cc1b7 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents e78aacb5 5f25c2cc
Loading
Loading
Loading
Loading
+238 −238

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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 // {