1 files changed,
7 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-07-17 00:18:02 +0300
Parent:
29f1f7d
M
lua/configs/neotest.lua
@@ -2,9 +2,8 @@ local neotest = require "neotest"
local map = require("core.utils").map neotest.setup { - adapters = { - require "neotest-go", + require "neotest-go" { experimental = { test_table = true } }, }, icons = { expanded = "",@@ -17,6 +16,12 @@ passed = "",
running = "", failed = "", unknown = "", + }, + summary = { + mappings = { + expand = { "l", "h", "<CR>" }, + stop = "s", + }, }, }