You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this field to provide the path to a specific node version such as one installed by nvm. Node version must be < 18. The LTS version of node (16.17.0) is recommended.
134
+
135
+
Example:
136
+
137
+
```lua
138
+
copilot_node_command=vim.fn.expand("$HOME") .."/.config/nvm/versions/node/v16.14.2/bin/node", -- Node version must be < 18
139
+
```
140
+
130
141
##### plugin_manager_path
131
142
132
143
This is installation path of Packer, change this to the plugin manager installation path of your choice
0 commit comments