mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-31 15:19:38 +02:00
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:
parent
f8982332be
commit
bb0d4d4e7d
2 changed files with 46 additions and 0 deletions
|
@ -52,6 +52,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
"startuptime",
|
||||
"tsplayground",
|
||||
"checkhealth",
|
||||
"neotest-output",
|
||||
},
|
||||
callback = function(event)
|
||||
vim.bo[event.buf].buflisted = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue