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:

committed by
GitHub

parent
f8982332be
commit
bb0d4d4e7d
@ -52,6 +52,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
||||
"startuptime",
|
||||
"tsplayground",
|
||||
"checkhealth",
|
||||
"neotest-output",
|
||||
},
|
||||
callback = function(event)
|
||||
vim.bo[event.buf].buflisted = false
|
||||
|
Reference in New Issue
Block a user