avante plugin related cleanup

This commit is contained in:
Salar Rahmanian 2024-10-20 19:35:38 -07:00
parent 0baf336e89
commit 38aaf6cffc
6 changed files with 26 additions and 39 deletions

View file

@ -5,7 +5,6 @@ return {
"nvim-lua/plenary.nvim",
"antoinemadec/FixCursorHold.nvim",
"nvim-treesitter/nvim-treesitter",
"rcasia/neotest-java",
"nvim-neotest/neotest-python",
"stevanmilic/neotest-scala",
},
@ -24,7 +23,6 @@ return {
},
opts = {
adapters = {
["neotest-java"] = {},
["neotest-python"] = {
runner = "pytest",
args = { "-vvv" },