Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
203 B

  1. return function ()
  2. require("copilot").setup({
  3. auto_refresh = false,
  4. suggestion = {
  5. enabled = false,
  6. auto_trigger = false,
  7. },
  8. panel = {
  9. enabled = false
  10. },
  11. })
  12. end