all repos

init.lua @ f6def43

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(neotest): add rust adapter
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-04-12 15:55:22 +0300
Parent: 9e00a04
M lua/plugins/neotest.lua

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

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 = "",