2025-04-15 20:48:35 +01:00
|
|
|
require('helpers').edit_cf('pv', '/lua/plugins/vectorcode.lua')
|
2025-06-20 22:16:56 +01:00
|
|
|
|
|
|
|
|
return {}
|
|
|
|
|
-- 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
|
|
|
|
|
-- opts = {
|
|
|
|
|
-- async_backend = 'lsp',
|
|
|
|
|
-- },
|
|
|
|
|
-- }
|