all repos

init.lua @ 6ae00d0

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(copilot): ignore todo txt files
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-23 01:14:58 +0300
Parent: 0aa1b6c
M lua/plugins/copilot.lua

@@ -23,6 +23,7 @@ yaml = true,

TelescopePrompt = false, org = false, ledger = false, + todotxt = false, ["."] = false, }, },

@@ -32,7 +33,6 @@ {

"CopilotC-Nvim/CopilotChat.nvim", dependencies = { "copilot.lua" }, enabled = enabled, - version = false, cmd = { "CopilotChat" }, build = "make tiktoken", keys = {