update nvim

This commit is contained in:
kYasuda
2026-09-01 15:15:53 -07:00
parent 17086f43ec
commit 447b90e3c2
5 changed files with 704 additions and 16 deletions
+9 -11
View File
@@ -336,19 +336,19 @@ return {
-- log_level = "TRACE",
},
extensions = {
-- mcphub = {
-- callback = "mcphub.extensions.codecompanion",
-- opts = {
-- show_result_in_chat = true, -- Show the mcp tool result in the chat buffer
-- make_vars = true, -- make chat #variables from MCP server resources
-- make_slash_commands = true, -- make /slash_commands from MCP server prompts
-- },
-- },
mcphub = {
callback = "mcphub.extensions.codecompanion",
opts = {
show_result_in_chat = true, -- Show the mcp tool result in the chat buffer
make_vars = true, -- make chat #variables from MCP server resources
make_slash_commands = true, -- make /slash_commands from MCP server prompts
},
},
},
memory = {
opts = {
chat = {
enabled = true,
enabled = false,
},
},
},
@@ -365,8 +365,6 @@ return {
"AGENT.md",
"AGENTS.md",
{ path = "CLAUDE.md", parser = "claude" },
{ path = "CLAUDE.local.md", parser = "claude" },
{ path = "~/.claude/CLAUDE.md", parser = "claude" },
},
is_preset = true,
},