feat(claude): improve ai workflow

This commit is contained in:
Barrett Ruth 2026-03-04 14:33:06 -05:00
parent e84a22dbcb
commit 902f0f3ad6
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
11 changed files with 196 additions and 33 deletions

View file

@ -225,12 +225,14 @@ end)
return {
{
'barrettruth/diffs.nvim',
enabled = true,
before = function()
vim.g.diffs = {
debug = '/tmp/diffs.log',
fugitive = true,
neogit = false,
extra_filetypes = { 'diff' },
hide_prefix = true,
hide_prefix = false,
highlights = {
vim = {
enabled = true,