mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-04 00:26:42 -07:00
avante plugin related cleanup
This commit is contained in:
parent
0baf336e89
commit
38aaf6cffc
6 changed files with 26 additions and 39 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue