zen-mode.nvim
zen-mode.nvim copied to clipboard
feature: Warp Support
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
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.
I don't think Warp exposes any API that would make it feasible.