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
|
-- Diff review system for nvim-claude using diffview.nvim
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
-- State tracking
|
-- State tracking - make it persistent across hook calls
|
||||||
M.current_review = nil
|
M.current_review = M.current_review or nil
|
||||||
|
|
||||||
function M.setup()
|
function M.setup()
|
||||||
-- Set up keybindings
|
-- Set up keybindings
|
||||||
|
|
Loading…
Reference in New Issue