neotest updates
This commit is contained in:
parent
1c6ab80377
commit
2ffc0e7cb0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ vim.keymap.set("i", "<C-U>", "<C-G>u<C-U>")
|
|||
vim.cmd("command! Wq :wq")
|
||||
vim.cmd("command! W :w")
|
||||
|
||||
vim.keymap.set("n", "<Leader>c", ":ccl <bar> lcl<CR>")
|
||||
vim.keymap.set("n", "<Leader>c", ":ccl <bar> lcl <bar> lua require'neotest'.output_panel.close()<CR>")
|
||||
|
||||
-- Allow recursive searches
|
||||
vim.cmd("set path+=**")
|
||||
|
|
Loading…
Add table
Reference in a new issue