vimPlugins: update on 2025-12-24

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-12-24 11:03:03 -06:00
parent 2e9dfb1243
commit 5f25c2ccbb
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 // {