zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.45k stars 67 forks source link

Not compatible with neovide. Throw error:"copilot copilot_node_comman(node) is not executable" #157

Closed GinmusWJQ closed 1 year ago

GinmusWJQ commented 1 year ago

Here is my copilot.lua configuration

{
  "zbirenbaum/copilot.lua",
  cmd = "Copilot",
  build = ":Copilot auth",
  opts = {
    suggestion = { enabled = false },
    panel = { enabled = false },
  },
}

I excute neovim --wsl to use my neovim configuration that is in wsl2. But just throw error message "copilot copilot_node_comman(node) is not executable"