nickjvandyke/opencode.nvim

feature: Support multiline input in ask

已关闭

#185 创建于 2026年2月24日

 (21 条评论) (5 个反应) (0 位负责人)Lua (127 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (3,504 个星标)
PR 合并指标
 (平均合并 2天 22小时) (30 天内合并 9 个 PR)

描述

Did you check the docs?

  • I have read all the docs

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

I often write longer when using ask, and single line input box doesn't look great; it's also hard for me to do any modifications to the prompt.

Describe the solution you'd like

I understand that when using snacks, it only supports a single line input box. But essentially, we should have a fixed-width floating window that can take multiple lines of input, and ideally, I could also switch between normal/visual/insert mode for quick modification.

Describe alternatives you've considered

No other alternatives were considered.

Additional context

No response

贡献者指南