diff --git a/README.md b/README.md index 460cf1f1..81552c53 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,12 @@ Install the plugin with your preferred package manager: "nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter", }, + cmd = { + "CodeCompanion", + "CodeCompanionChat", + "CodeCompanionActions", + "CodeCompanionCmd", + }, config = true } ``` diff --git a/doc/codecompanion.txt b/doc/codecompanion.txt index 61fcdac0..2a9c286e 100644 --- a/doc/codecompanion.txt +++ b/doc/codecompanion.txt @@ -1,4 +1,4 @@ -*codecompanion.txt* For NVIM v0.10.0 Last change: 2024 December 15 +*codecompanion.txt* For NVIM v0.10.0 Last change: 2024 December 19 ============================================================================== Table of Contents *codecompanion-table-of-contents* @@ -47,6 +47,12 @@ Install the plugin with your preferred package manager: "nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter", }, + cmd = { + "CodeCompanion", + "CodeCompanionChat", + "CodeCompanionActions", + "CodeCompanionCmd", + }, config = true } <