Use rustaceanvim for rust testing
parent
1e5a9679f6
commit
75915cbff9
|
@ -5,7 +5,7 @@
|
|||
local neotest = require("neotest")
|
||||
neotest.setup({
|
||||
adapters = {
|
||||
require("neotest-rust")({
|
||||
require("rustaceanvim.neotest")({
|
||||
args = { "--no-capture" },
|
||||
}),
|
||||
require("neotest-plenary"),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue