vimPlugins: update on 2025-12-24
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
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 // {
|
||||
|
||||
Reference in New Issue
Block a user