mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-01-21 10:36:47 +00:00
[neovim] Add avante plugin
This commit is contained in:
parent
5c6af0d906
commit
6ba0c5d93a
@ -267,6 +267,20 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
|
|
||||||
-- Copilot
|
-- Copilot
|
||||||
|
{
|
||||||
|
"yetone/avante.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
lazy = false,
|
||||||
|
version = false,
|
||||||
|
opts = {
|
||||||
|
provider = "copilot",
|
||||||
|
auto_suggestions_provider = "copilot",
|
||||||
|
},
|
||||||
|
build = "make",
|
||||||
|
dependencies = {
|
||||||
|
"stevearc/dressing.nvim",
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
cmd = "Copilot",
|
cmd = "Copilot",
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
require("render-markdown").setup({
|
require("render-markdown").setup({
|
||||||
file_types = { "markdown", "copilot-chat" },
|
file_types = { "markdown", "copilot-chat", "Avante" },
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user