chore(avante): disable copilot features as its only used for auth - Commit df115495 - AstroNvim_user
-
chore(avante): disable copilot features as its only used for auth
-
| skipped 69 lines |
70 | 70 | | }, |
71 | 71 | | }, |
72 | 72 | | specs = { |
73 | | - | { "zbirenbaum/copilot.lua", cmd = "Copilot", opts = {} }, |
| 73 | + | { "zbirenbaum/copilot.lua", cmd = "Copilot", opts = { panel = { enabled = false }, suggestion = { false } } }, |
74 | 74 | | { |
75 | 75 | | "MeanderingProgrammer/render-markdown.nvim", |
76 | 76 | | optional = true, |
| skipped 8 lines |
Page is in error, reload to recover