feat(claude): improve ai workflow
This commit is contained in:
parent
e84a22dbcb
commit
902f0f3ad6
11 changed files with 196 additions and 33 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue