From 47bdc2f6937b0759659342e10a7b42b4cbca2858 Mon Sep 17 00:00:00 2001 From: dnscio Date: Wed, 29 Jan 2025 18:23:11 +0000 Subject: [PATCH] Delete home/modules/nvim/config/lua/plugins/avante.lua --- .../nvim/config/lua/plugins/avante.lua | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 home/modules/nvim/config/lua/plugins/avante.lua diff --git a/home/modules/nvim/config/lua/plugins/avante.lua b/home/modules/nvim/config/lua/plugins/avante.lua deleted file mode 100644 index 7683d20..0000000 --- a/home/modules/nvim/config/lua/plugins/avante.lua +++ /dev/null @@ -1,29 +0,0 @@ -return { - "yetone/avante.nvim", - event = "VeryLazy", - lazy = false, - version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes. - opts = { - provider = "claude", - }, - -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` - build = "make", - -- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows - dependencies = { - "stevearc/dressing.nvim", - "nvim-lua/plenary.nvim", - "MunifTanjim/nui.nvim", - --- The below dependencies are optional, - "nvim-telescope/telescope.nvim", -- for file_selector provider telescope - "hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions - "nvim-tree/nvim-web-devicons", - { - -- Make sure to set this up properly if you have lazy=true - "MeanderingProgrammer/render-markdown.nvim", - opts = { - file_types = { "markdown", "Avante" }, - }, - ft = { "markdown", "Avante" }, - }, - }, -}