This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-06 14:04:44 -05:00
parent c9d13bb1cc
commit 63e15270ac
4 changed files with 70 additions and 70 deletions

View file

@ -23,7 +23,7 @@ return {
cmd = "Copilot",
event = "InsertEnter",
opts = {
copilot_node_command = NIX.nodejs_20_path and (NIX.nodejs_20_path .. "/bin/node") or "node",
copilot_node_command = NIX.nodejs_24_path and (NIX.nodejs_24_path .. "/bin/node") or "node",
},
main = "copilot",
},