all repos

init.lua @ 0dc428c8efea6ed3b889419d5f922cf97c816d33

my nvim config
1 files changed, 0 insertions(+), 2 deletions(-)
refactor(neotest): remove rust adaptor
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-06-10 01:44:07 +0300
Parent: 850ffd9
M lua/plugins/neotest.lua

@@ -22,14 +22,12 @@ },

dependencies = { "nvim-neotest/neotest-go", "nvim-neotest/neotest-plenary", - "rouge8/neotest-rust", }, config = function() require("neotest").setup { adapters = { require "neotest-go" { experimental = { test_table = true } }, require "neotest-plenary", - require "neotest-rust", }, icons = { expanded = "",