mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-15 15:32:33 +02:00
claude-pre-edit-1752106261
This commit is contained in:
parent
c96bcfdd3e
commit
0e20dab55d
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ function M.open_diffview()
|
|||
return
|
||||
end
|
||||
|
||||
-- Debug logging
|
||||
vim.notify('Review session exists: ' .. vim.inspect(M.current_review), vim.log.levels.DEBUG)
|
||||
|
||||
-- Check if diffview is available
|
||||
local ok, diffview = pcall(require, 'diffview')
|
||||
if not ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue