mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 03:25:12 +02:00
claude-pre-edit-1752106272
This commit is contained in:
parent
0e20dab55d
commit
3f13c9d5d8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue