zen-mode.nvim icon indicating copy to clipboard operation
zen-mode.nvim copied to clipboard

feature: Warp Support

Open jellydn opened this issue 1 year ago • 1 comments

Did you check the docs?

  • [X] I have read all the zen-mode.nvim docs

Is your feature request related to a problem? Please describe.

I'd like to support https://docs.warp.dev/ as a plugin in the same way we have for other terminals.

Describe the solution you'd like

Something like this

      plugins = {
        warp = {
          enabled = true,
          font = "+1", -- +1 font size or fixed size, e.g. 21
        },
      },

Describe alternatives you've considered

N/A

Additional context

No response

jellydn avatar May 10 '24 12:05 jellydn

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Jul 06 '24 01:07 github-actions[bot]

I don't think Warp exposes any API that would make it feasible.

ekorchmar avatar Jul 06 '24 18:07 ekorchmar