[FEATURE] File Refresh
- 主要言語
- Lua
- スター
- 3.1k
- フォーク
- 217
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## Feature Description
Is there a file refresh system [like in the other claude code neovim plugin?](https://github.com/greggh/claude-code.nvim/blob/main/lua/claude-code/file_refresh.lua) I searched through the issues but I couldn't find any complaints about it. It's not a big deal to type `:ea` after going back to an editing buffer after claude makes some edits, but it would be nice if this happened automatically (and I would prefer if it was dependent on claude code making a change and not a global neovim file refresh setting that was always running).
## Use Case
This is just a small convenience which keeps the buffers that claude code is changing live updating.
## Proposed Solution
If this is already possible somewhere, please let me know. Otherwise I can try to port the solution from the other project and make a PR.
## Alternatives Considered
typing `:ea` reloads all buffers from the files on disk
## Additional Context
N/A
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、参照されている claude-code.nvim 実装の lua/claude-code/file_refresh.lua を読み、このプラグインの Claude Code の編集フローを調べてください。Claude Code によって変更されたバッファが、グローバルな Neovim の更新設定を有効にしなくても、再度開いたときに自動的に更新されれば完了です。既存の :ea 代替手段に対して動作を検証してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- lua
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100