From 2e73061f082c9d5acb960341b723d1a3285a0eb5 Mon Sep 17 00:00:00 2001 From: Mark Gladkikh <17348049+sockcrates@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:16:37 -0400 Subject: [PATCH] Add copilot chat --- lua/custom/plugins/copilot_chat.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/custom/plugins/copilot_chat.lua diff --git a/lua/custom/plugins/copilot_chat.lua b/lua/custom/plugins/copilot_chat.lua new file mode 100644 index 00000000..c2bd1d92 --- /dev/null +++ b/lua/custom/plugins/copilot_chat.lua @@ -0,0 +1,11 @@ +return { + { + "CopilotC-Nvim/CopilotChat.nvim", + branch = "canary", + dependencies = { + "zbirenbaum/copilot.lua", + "nvim-lua/plenary.nvim", + }, + opts = {}, + }, +}