Skip to content

All my CodeCompanion methods gone after upgrading to 9.1.0 #397

Answered by bassamsdata
PyDataBlog asked this question in Q&A
Discussion options

You must be logged in to vote

I was about to upgrade to the latest release when I noticed this issue. I believe there might be a slight mistake in the config. Could you please try this:

return {
  "olimorris/codecompanion.nvim",
  lazy = true,
  dependencies = {
    "nvim-lua/plenary.nvim",
    "nvim-treesitter/nvim-treesitter",
    "hrsh7th/nvim-cmp", -- Optional: For using slash commands and variables in the chat buffer
    "nvim-telescope/telescope.nvim", -- Optional: For using slash commands
    {
      "MeanderingProgrammer/render-markdown.nvim",
      ft = { "markdown", "codecompanion" }, -- Optional: For prettier markdown rendering
    },
    { "stevearc/dressing.nvim", opts = {} }, -- Optional: Improves `vim.u…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PyDataBlog
Comment options

Answer selected by PyDataBlog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants