mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 22:28:36 +02:00
configure some AI agents
This commit is contained in:
parent
9f8d2f1019
commit
b903bc371f
6 changed files with 90 additions and 21 deletions
23
lua/custom/plugins/copilotchat.lua
Normal file
23
lua/custom/plugins/copilotchat.lua
Normal 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,
|
||||
-- },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue