remove arquivo neotest-java e configura neotest-maven para realizar

download de repositório
This commit is contained in:
Lucas Garcia Rubio 2025-03-30 14:20:10 -03:00
parent 09d224f929
commit e3183f1132
2 changed files with 2 additions and 30 deletions

View File

@ -1,28 +0,0 @@
return {
--{
-- 'rcasia/neotest-java',
-- ft = 'java',
-- dependencies = {
-- 'mfussenegger/nvim-jdtls',
-- 'mfussenegger/nvim-dap', -- for the debugger
-- 'rcarriga/nvim-dap-ui', -- recommended
-- 'theHamsta/nvim-dap-virtual-text', -- recommended
-- },
--},
--{
-- 'nvim-neotest/neotest',
-- dependencies = {
-- 'rcasia/neotest-java',
-- 'nvim-neotest/nvim-nio',
-- 'nvim-lua/plenary.nvim',
-- 'nvim-treesitter/nvim-treesitter',
-- },
-- init = function()
-- require('neotest').setup {
-- adapters = {
-- require 'neotest-java' {},
-- },
-- }
-- end,
--},
}

View File

@ -1,7 +1,7 @@
return {
{
--'lucas-garcia-rubio/neotest-maven',
dir = '~/Repositories/pessoal/plugins/neotest-maven',
'lucas-garcia-rubio/neotest-maven',
--dir = '~/Repositories/pessoal/plugins/neotest-maven',
name = 'neotest-maven',
ft = 'java',
dependencies = {