all repos

init.lua @ 50c000b127c9fc523ba8338657121f8988049d3e

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(copilot): add build step for copilotchat
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-11-03 23:34:43 +0200
Parent: 0d0b4ba
M lua/plugins/copilot.lua

@@ -28,6 +28,7 @@ "CopilotC-Nvim/CopilotChat.nvim",

dependencies = { "copilot.lua" }, branch = "canary", cmd = { "CopilotChat" }, + build = "make tiktoken", keys = { { "<leader>C", ":CopilotChat ", mode = { "n", "v" } }, },