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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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