nickjvandyke/opencode.nvim

feature: Support multiline input in ask

クローズ

#185 opened on 2026/02/24

 (21 件のコメント) (5 件のリアクション) (0 人の担当者)Lua (127 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3,504 個のスター)
PR merge metrics
 (平均マージ 2d 22h) (30d で 9 merged PRs)

説明

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

コントリビューターガイド