feat(tests): added neotest (#642)

* feat(tests): adds test management

* refactor(tests): pr changes

* fix(tests): make dap keybind optional based on nvim-dap existence
This commit is contained in:
Jonas Holst Damtoft
2023-05-22 20:57:15 +02:00
committed by GitHub
parent f8982332be
commit bb0d4d4e7d
2 changed files with 46 additions and 0 deletions

View File

@ -52,6 +52,7 @@ vim.api.nvim_create_autocmd("FileType", {
"startuptime",
"tsplayground",
"checkhealth",
"neotest-output",
},
callback = function(event)
vim.bo[event.buf].buflisted = false