Skip to content
Discussion options

You must be logged in to vote

Mentioned code (https://github.com/e-cal/opencode-tmux.nvim) also target to older version of opencode.nvim:( It expects for example opencode.cli.server. So there is no drop-in solution. I have to reuse some of the approaches for my config.

If somebody interested:

  {
    "NickvanDyke/opencode.nvim",
    dependencies = {
      -- Recommended for `ask()` and `select()`.
      ---@module 'snacks' <- Loads `snacks.nvim` types for configuration intellisense.
      {
        "folke/snacks.nvim",
        lazy = false,
        priority = 1000,
        opts = { input = {}, picker = {}, terminal = {} },
      },
    },
    keys = {
      { "<leader>oa", function() require("opencode").ask("@this: ", { 

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@nickjvandyke
Comment options

@PhantomYdn
Comment options

Answer selected by PhantomYdn
@nickjvandyke
Comment options

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