mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-13 22:50:52 +02:00
claude-baseline-1752111572
This commit is contained in:
parent
a488a0930e
commit
3310fe0901
2 changed files with 2 additions and 20 deletions
|
@ -247,7 +247,7 @@ function M.install_hooks()
|
|||
hooks = {
|
||||
PreToolUse = {
|
||||
{
|
||||
matcher = ".*", -- Match all tools
|
||||
matcher = "Edit|Write|MultiEdit", -- Only match file editing tools
|
||||
hooks = {
|
||||
{
|
||||
type = "command",
|
||||
|
@ -258,7 +258,7 @@ function M.install_hooks()
|
|||
},
|
||||
PostToolUse = {
|
||||
{
|
||||
matcher = ".*", -- Match all tools
|
||||
matcher = "Edit|Write|MultiEdit", -- Only match file editing tools
|
||||
hooks = {
|
||||
{
|
||||
type = "command",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue