This commit is contained in:
2025-06-04 14:52:42 +02:00
parent 16fe91f802
commit b16bf4e764
-30
View File
@@ -1,34 +1,4 @@
return {
-- {
-- "avante.nvim",
-- keys = {
-- {
-- "<leader>l",
-- "<cmd>AvanteToggle<cr>",
-- desc = "Copilot",
-- mode = { "n", "v" },
-- }
-- },
-- opts = {
-- provider = "copilot",
-- dual_boost = {
-- enabled = false,
-- },
-- behaviour = {
-- auto_suggestions = false,
-- },
-- mappings = {
-- diff = false,
-- },
-- hints = {
-- enabled = false,
-- },
-- },
-- after = function(plug)
-- require("avante").setup(plug.opts)
-- end,
-- },
{
"CopilotChat.nvim",
keys = {