From 0d4cf40715db2a21cdb1ee26fc6505b0a3c16cc6 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 15 Jul 2025 20:21:27 -0300 Subject: [PATCH] chore(neovim): remove unused plugin --- config/nvim/lua/custom/plugins/init.lua | 30 ------------------------- 1 file changed, 30 deletions(-) diff --git a/config/nvim/lua/custom/plugins/init.lua b/config/nvim/lua/custom/plugins/init.lua index 891cfe2..2f86207 100644 --- a/config/nvim/lua/custom/plugins/init.lua +++ b/config/nvim/lua/custom/plugins/init.lua @@ -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 = {