claude-pre-edit-1752106272
This commit is contained in:
parent
0e20dab55d
commit
3f13c9d5d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue