[Nvim] Gen -> CodeCompanion

This commit is contained in:
coja
2026-04-11 02:19:46 +02:00
parent e7da0a5f93
commit bdb669bb73
4 changed files with 48 additions and 56 deletions

View File

@@ -24,7 +24,7 @@ return {
-- Only intended to be used for plugin development / debugging.
log_runtime = false,
-- Filetypes this plugin will run on.
file_types = { "markdown" },
file_types = { "markdown", "gitcommit", "codecompanion" },
-- Takes buffer as input, if it returns true this plugin will not attach to the buffer
ignore = function()
return false