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

@ -61,7 +61,7 @@ local git_status = new_git_status()
return {
{
'barrettruth/midnight.nvim',
enabled = false,
enabled = true,
after = function()
vim.cmd.colorscheme('midnight')
end,
@ -300,6 +300,6 @@ return {
latex = { open = { 'sioyek', '--new-instance' } },
})
end,
keys = { { '<leader>p', '<cmd>Preview toggle<cr>' } },
keys = { { '<leader>p', '<cmd>Preview watch<cr>' } },
},
}

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,