[FEATURE] Link claude hooks to documented custom autocmd events
- Dominant language
- Lua
- Stars
- 3.1k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
## 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.