-
Notifications
You must be signed in to change notification settings - Fork 0
Known issues
Federico Mengozzi edited this page Apr 1, 2023
·
1 revision
After cloning the repo I have to do PackerInstall to have everything set, a bit annoying but it works in the end
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