Skip to content

Known issues

Federico Mengozzi edited this page Apr 1, 2023 · 1 revision

Fresh install

After cloning the repo I have to do $N$ PackerInstall to have everything set, a bit annoying but it works in the end

copilot.lua

For some reason the full install of copilot.lua

    :zbirenbaum/copilot.lua {:cmd "Copilot" :event "InsertEnter" :config (setup "copilot" {:suggestion { :enabled false }
                                                                                           :panel { :enabled false }})}

doesn't work, it installs the plugin in ../packer/opt rather than ../packer/start. To fix I have to install the plugin without config

    :zbirenbaum/copilot.lua {}

and only later, add the required config

Clone this wiki locally