mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
enc: support neotest for gradle only
This commit is contained in:
parent
e0a4367eb0
commit
353e5a66c7
2 changed files with 2 additions and 10 deletions
|
@ -29,13 +29,8 @@ M = {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
"andy-bell101/neotest-java",
|
||||
},
|
||||
enabled = vim.fn.findfile("build.gradle", vim.fn.getcwd()) == "build.gradle" or false,
|
||||
config = function()
|
||||
-- local project_type = "maven"
|
||||
-- local gradle_file = vim.fn.findfile("build.gradle", vim.fn.getcwd())
|
||||
-- if gradle_file then
|
||||
-- project_type = "gradle"
|
||||
-- end
|
||||
|
||||
require("neotest").setup({
|
||||
adapters = {
|
||||
require("neotest-java"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue