From 20eaf3513f2d1378cd50f9bf96d377e083fe1066 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 23 Jan 2025 23:05:11 +0100 Subject: dotfiles: nvim: add avante --- dotfiles/nvim/init.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'dotfiles/nvim') diff --git a/dotfiles/nvim/init.lua b/dotfiles/nvim/init.lua index 5c10f51..e5a8019 100644 --- a/dotfiles/nvim/init.lua +++ b/dotfiles/nvim/init.lua @@ -240,6 +240,23 @@ require('lazy').setup({ 'github/copilot.vim', + { + "yetone/avante.nvim", + dependencies = { + "nvim-tree/nvim-web-devicons", + "stevearc/dressing.nvim", + "nvim-lua/plenary.nvim", + "MunifTanjim/nui.nvim", + { + "MeanderingProgrammer/render-markdown.nvim", + opts = { file_types = { "markdown", "Avante" } }, + ft = { "markdown", "Avante" }, + }, + }, + build = "make", + opts = { provider = "copilot" }, + }, + { "linrongbin16/gitlinker.nvim", config = function() -- cgit 1.4.1