feat: custom ia plugins

This commit is contained in:
ralvescosta 2025-05-30 05:22:25 -03:00
parent d84ee45c9b
commit 35f507e37b
2 changed files with 3 additions and 6 deletions

View File

@ -7,6 +7,7 @@ return {
provider = 'copilot',
cursor_applying_provider = 'copilot',
copilot = {
model = 'claude-3.7-sonnet',
temperature = 0,
max_tokens = 8192,
},
@ -23,6 +24,7 @@ return {
'nvim-telescope/telescope.nvim', -- for file_selector provider telescope
'hrsh7th/nvim-cmp', -- autocompletion for avante commands and mentions
'nvim-tree/nvim-web-devicons', -- or echasnovski/mini.icons
'zbirenbaum/copilot.lua', -- for providers='copilot'
{
-- Make sure to set this up properly if you have lazy=true
'MeanderingProgrammer/render-markdown.nvim',

View File

@ -18,11 +18,7 @@ return {
},
},
filetypes = {
yaml = true,
markdown = true,
golang = true,
rust = true,
lua = true,
['*'] = true,
help = false,
gitcommit = false,
gitrebase = false,
@ -30,7 +26,6 @@ return {
svn = false,
cvs = false,
json = false,
['*'] = false,
},
}