More changes

This commit is contained in:
Chris
2025-04-17 08:53:20 +01:00
parent c7d39fe79c
commit 62b3b156fa
5 changed files with 132 additions and 11 deletions

View File

@@ -5,4 +5,7 @@ return {
dependencies = { 'nvim-lua/plenary.nvim' },
build = 'pipx upgrade vectorcode',
cmd = 'VectorCode', -- if you're lazy-loading VectorCode
opts = {
async_backend = 'lsp',
},
}