feat: remove unused code (#260)
Remove a lot of unused code, related to: * **Support for older versions of `elixir`**: * Remove `openssl` 1.1 * Remove `elixir-ls` repository * Remove script to install pinned versions of `elixir-ls` * **Unused tools from `mise`**: * `aqua:CircleCI-Public/circleci-cli`: This isn't my `ci/cd` service of choice. * `aqua:xo/usql`: Even though this is interesting, I mainly interact with the default tooling of the databases. * `go:github.com/bloznelis/typioca`: I go for the `tukai` or `ttyper` to improve my keyboard profecience * `pipx:vectorcode`: I've never really used it. * In this case, I also removed the `neovim` plugin and `mcp` server. * `ubi:block/goose`: I go for the `opencode`, or the specialized tools, such as `claude-code` or `gemini-cli`. * `ubi:supabase/cli`: I've never really used it. * `poetry`: I changed to `uv`. Reviewed-on: #260 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user