Improved AI tools

This commit is contained in:
Chris
2025-04-15 20:48:35 +01:00
parent c3574de9bc
commit eeb4e44367
10 changed files with 469 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
require('helpers').edit_cf('pv', '/lua/plugins/vectorcode.lua')
return {
'Davidyz/VectorCode',
version = '*', -- optional, depending on whether you're on nightly or release
dependencies = { 'nvim-lua/plenary.nvim' },
build = 'pipx upgrade vectorcode',
cmd = 'VectorCode', -- if you're lazy-loading VectorCode
}