From d34742fd56234b43571187b5641fc617c5c3f0c0 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:12:11 +0200 Subject: [PATCH] neovim: remove avante --- .../nvim/lua/thegeneralist/lazy/avante.lua | 152 +++++++++--------- 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/modules/home/dotfiles/nvim/lua/thegeneralist/lazy/avante.lua b/modules/home/dotfiles/nvim/lua/thegeneralist/lazy/avante.lua index 6bf6df4..88baabb 100644 --- a/modules/home/dotfiles/nvim/lua/thegeneralist/lazy/avante.lua +++ b/modules/home/dotfiles/nvim/lua/thegeneralist/lazy/avante.lua @@ -1,80 +1,80 @@ return { -- { - -- "MeanderingProgrammer/render-markdown.nvim", - -- opts = { - -- file_types = { "markdown", "Avante" }, - -- }, - -- ft = { "markdown", "Avante" }, + -- "MeanderingProgrammer/render-markdown.nvim", + -- opts = { + -- file_types = { "markdown", "Avante" }, + -- }, + -- ft = { "markdown", "Avante" }, + -- }, + -- { + -- "yetone/avante.nvim", + -- ---@alias Provider "claude" | "openai" | "azure" | "gemini" | "cohere" | "copilot" | string + -- event = "VeryLazy", + -- lazy = false, + -- opts = { + -- provider = "copilot", + -- mappings = { + -- diff = { + -- ours = "co", + -- theirs = "ct", + -- all_theirs = "ca", + -- both = "cb", + -- cursor = "cc", + -- next = "]x", + -- prev = "[x", + -- }, + -- ask = "Aa", + -- edit = "Ae", + -- refresh = "Ar", + -- toggle = { + -- default = "At", + -- debug = "Ad", + -- hint = "Ah", + -- suggestion = "As", + -- }, + -- }, + -- behaviour = { + -- auto_suggestions = false, + -- }, + -- hints = { enabled = false }, + -- }, + -- branch = "main", + -- -- commit = "ff316f91101fcc328d1e7879ab1bf26a055c2745", + -- -- if you want to download pre-built binary, then pass source=false. Make sure to follow instruction above. + -- -- Also note that downloading prebuilt binary is a lot faster comparing to compiling from source. + -- build = ":AvanteBuild source=false", + -- dependencies = { + -- "stevearc/dressing.nvim", + -- "nvim-lua/plenary.nvim", + -- "MunifTanjim/nui.nvim", + -- --- The below dependencies are optional, + -- "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons + -- -- "zbirenbaum/copilot.lua", -- for providers='copilot' + -- { + -- -- support for image pasting + -- "HakonHarnes/img-clip.nvim", + -- event = "VeryLazy", + -- opts = { + -- -- recommended settings + -- default = { + -- embed_image_as_base64 = false, + -- prompt_for_file_name = false, + -- drag_and_drop = { + -- insert_mode = true, + -- }, + -- -- required for Windows users + -- use_absolute_path = true, + -- }, + -- }, + -- }, + -- { + -- -- Make sure to setup it properly if you have lazy=true + -- "MeanderingProgrammer/render-markdown.nvim", + -- opts = { + -- file_types = { "markdown", "Avante" }, + -- }, + -- ft = { "markdown", "Avante" }, + -- }, + -- }, -- }, - { - "yetone/avante.nvim", - ---@alias Provider "claude" | "openai" | "azure" | "gemini" | "cohere" | "copilot" | string - event = "VeryLazy", - lazy = false, - opts = { - provider = "copilot", - mappings = { - diff = { - ours = "co", - theirs = "ct", - all_theirs = "ca", - both = "cb", - cursor = "cc", - next = "]x", - prev = "[x", - }, - ask = "Aa", - edit = "Ae", - refresh = "Ar", - toggle = { - default = "At", - debug = "Ad", - hint = "Ah", - suggestion = "As", - }, - }, - behaviour = { - auto_suggestions = false, - }, - hints = { enabled = false }, - }, - branch = "main", - -- commit = "ff316f91101fcc328d1e7879ab1bf26a055c2745", - -- if you want to download pre-built binary, then pass source=false. Make sure to follow instruction above. - -- Also note that downloading prebuilt binary is a lot faster comparing to compiling from source. - build = ":AvanteBuild source=false", - dependencies = { - "stevearc/dressing.nvim", - "nvim-lua/plenary.nvim", - "MunifTanjim/nui.nvim", - --- The below dependencies are optional, - "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons - -- "zbirenbaum/copilot.lua", -- for providers='copilot' - { - -- support for image pasting - "HakonHarnes/img-clip.nvim", - event = "VeryLazy", - opts = { - -- recommended settings - default = { - embed_image_as_base64 = false, - prompt_for_file_name = false, - drag_and_drop = { - insert_mode = true, - }, - -- required for Windows users - use_absolute_path = true, - }, - }, - }, - { - -- Make sure to setup it properly if you have lazy=true - "MeanderingProgrammer/render-markdown.nvim", - opts = { - file_types = { "markdown", "Avante" }, - }, - ft = { "markdown", "Avante" }, - }, - }, - }, }