2025-04-15 20:48:35 +01:00
|
|
|
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
|
2025-04-17 08:53:20 +01:00
|
|
|
opts = {
|
|
|
|
|
async_backend = 'lsp',
|
|
|
|
|
},
|
2025-04-15 20:48:35 +01:00
|
|
|
}
|