folke / zen-mode.nvim

🧘 Distraction-free coding for Neovim
Apache License 2.0
1.69k stars 47 forks source link

feature: Warp Support #129

Closed jellydn closed 2 months ago

jellydn commented 4 months ago

Did you check the 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

github-actions[bot] commented 3 months ago

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.

ekorchmar commented 2 months ago

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