claude-pre-edit-1752106272

This commit is contained in:
zolinthecow 2025-07-09 17:11:12 -07:00
parent 0e20dab55d
commit 3f13c9d5d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
-- Diff review system for nvim-claude using diffview.nvim
local M = {}
-- State tracking
M.current_review = nil
-- State tracking - make it persistent across hook calls
M.current_review = M.current_review or nil
function M.setup()
-- Set up keybindings