feat: remove unused code #260

Merged
joao.dubas merged 6 commits from jpd-remove-unused-code into main 2025-07-18 13:44:51 +00:00
7 changed files with 10 additions and 129 deletions
Showing only changes of commit 0d4cf40715 - Show all commits

View File

@@ -155,36 +155,6 @@ return {
},
},
},
{
'Davidyz/VectorCode',
dependencies = {
'nvim-lua/plenary.nvim',
},
version = vim.fn.system { 'mise', 'current', 'pipx:vectorcode' },
opts = function()
return {
async_opts = {
debounce = 10,
events = { 'BufWritePost', 'InsertEnter', 'BufReadPost' },
exclude_this = true,
n_query = 1,
notify = false,
query_cb = require('vectorcode.utils').make_surrounding_lines_cb(-1),
run_on_register = false,
},
async_backend = 'default',
exclude_this = true,
n_query = 1,
notify = true,
timeout_ms = 5000,
on_setup = {
update = false,
lsp = false,
},
sync_log_env_var = false,
}
end,
},
{
'olimorris/codecompanion.nvim',
dependencies = {