dotfiles/nvim/lua/plugins/copilot.lua

12 lines
216 B
Lua
Raw Normal View History

2025-02-18 21:28:13 +00:00
return {
2025-05-04 10:26:58 +00:00
{
"github/copilot.vim",
event = "InsertEnter"
},
{
"CopilotC-Nvim/CopilotChat.nvim",
build = "make tiktoken", -- Only on MacOS or Linux
opts = {},
}
2025-02-18 21:28:13 +00:00
}