Skip to content

Commit

Permalink
docs: add cmd for Lazy.nvim
Browse files Browse the repository at this point in the history
Lazy.nvim will by default not load a plugin until ultimately needed.
One way to load the plugin is to enter the CodeCompanion* commands.

Add the commands using `cmd` that will make the plugin load.
  • Loading branch information
gagath committed Dec 19, 2024
1 parent b7fdcbd commit bd958d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```
Expand Down

0 comments on commit bd958d3

Please sign in to comment.