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