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") local neotest = require("neotest")
neotest.setup({ neotest.setup({
adapters = { adapters = {
require("neotest-rust")({ require("rustaceanvim.neotest")({
args = { "--no-capture" }, args = { "--no-capture" },
}), }),
require("neotest-plenary"), require("neotest-plenary"),

View File

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