Added LazyGit

This commit is contained in:
Kasper Sternberg 2024-03-06 09:17:03 +01:00
parent ea89c3f4b9
commit 1f870585b7
4 changed files with 20 additions and 2 deletions

View file

@ -15,5 +15,6 @@ return {
},
}
end,
vim.keymap.set('n', 'ts', ':Neotest run suite=true<CR> :Neotest summary open<CR>', {}),
vim.keymap.set('n', 'tt', ':Neotest summary toggle<CR>', { desc = '[T]oggle [T]est explorer' }),
vim.keymap.set('n', 'ts', ':Neotest run suite=true<CR>', { desc = '[T]est [S]uite' }),
}