[FEATURE] Link claude hooks to documented custom autocmd events
- 主要言語
- Lua
- スター
- 3.1k
- フォーク
- 216
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## Feature Description
I would like the plugin to have a command to help create Claude Code hooks that will trigger auto commands on NeoVim.
## Use Case
For Example, it would be useful to trigger "checktime" every time Claude responds, so the editor can check whether open buffers have been changed
## Proposed Solution
Thinking out loud, :ClaudeCodeInstallAutoCmdHooks would kick off a session to help install such hooks in the local directory or global settings configuration
## Alternatives Considered
I currently use a combination of `TextChangedT` and timer to trigger `:checktime` whenever changed stopped changing for over one second
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
ファイルやテストは指定されていません。まず、ドキュメント化されているカスタム autocmd イベントと Claude Code の hook 設定を確認し、次に提案されているコマンド :ClaudeCodeInstallAutoCmdHooks がローカルディレクトリの設定とグローバル設定をどのように扱うべきかを判断してください。Claude が応答したときに Neovim の autocmd をトリガーする hook のインストールをコマンドで支援でき、checktime のユースケースにも対応できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- lua, neovim
- 領域
- developer-experience, tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100