Use rustaceanvim for rust testing

main
Ensar Sarajčić 2024-12-02 16:36:41 +01:00
parent 1e5a9679f6
commit 75915cbff9
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
local neotest = require("neotest")
neotest.setup({
adapters = {
require("neotest-rust")({
require("rustaceanvim.neotest")({
args = { "--no-capture" },
}),
require("neotest-plenary"),

View File

@ -44,7 +44,6 @@ return require("lazy").setup({
"nvim-neotest/neotest", -- Running tests from NeoVim
"nvim-neotest/nvim-nio",
"nvim-neotest/neotest-plenary",
"rouge8/neotest-rust",
"saecki/crates.nvim",
"nvim-neotest/neotest-vim-test", -- vim-test plugin for neotest
"vim-test/vim-test", -- Running tests from vim