updates
This commit is contained in:
parent
c9d13bb1cc
commit
63e15270ac
4 changed files with 70 additions and 70 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue