configure some AI agents

This commit is contained in:
Lucas Garcia Rubio 2025-05-09 09:14:47 -03:00
parent 9f8d2f1019
commit b903bc371f
6 changed files with 90 additions and 21 deletions

View file

@ -0,0 +1,23 @@
return {
-- {
-- 'CopilotC-Nvim/CopilotChat.nvim',
-- dependencies = {
-- -- { 'zbirenbaum/copilot.lua' }, -- or zbirenbaum/copilot.lua
-- { 'github/copilot.vim' },
-- { 'nvim-lua/plenary.nvim', branch = 'master' }, -- for curl, log and async functions
-- },
-- build = 'make tiktoken', -- Only on MacOS or Linux
-- opts = {},
-- -- config = function()
-- -- require('copilot').setup {
-- -- suggestion = {
-- -- enabled = false,
-- -- auto_trigger = true,
-- -- keymap = {
-- -- accept = '<Tab>',
-- -- },
-- -- },
-- -- }
-- -- end,
-- },
}